|
====================
|
|
## Description
|
|
|
|
|
|
![](https://i.imgflip.com/640jqd.jpg)
|
|
|
|
|
|
|
|
## Description:
|
|
|
|
|
|
|
|
Displays a "toast" message to all targeted players. Does nothing if the
|
|
Displays a "toast" message to all targeted players. Does nothing if the
|
|
target is not a player.
|
|
target is not a player.
|
|
|
|
|
|
## Attributes:
|
|
|
|
|
|
|
|
| Attribute | Aliases | Description | Default Value |
|
|
## Attributes
|
|
|-----------|---------|-------------------------------------------------------------------------------------|----------------|
|
|
| Attribute | Aliases | Description | Default |
|
|
| icon | i | The icon to send. Accepts any valid MATERIAL. | diamond_sword |
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
| iconnbt | nbt | The NBT of the icon. | NONE |
|
|
| icon | i | The icon to send. Accepts any valid MATERIAL. | diamond_sword |
|
|
| message | msg,m | The message to send. Must be in double-quotes. | NONE |
|
|
| iconnbt | nbt | The NBT of the icon. | NONE |
|
|
| frame | f | The type of toast to send. MUST BE LOWERCASE. Options are: challenge, task or goal. | challenge |
|
|
| message | msg,m | The message to send. Must be in double-quotes. | NONE |
|
|
|
|
| frame | f | The type of toast to send. MUST BE LOWERCASE. Options are: `challenge`, `task` or `goal`. | challenge|
|
|
|
|
|
|
## Examples:
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
```yaml
|
|
```yaml
|
|
Skills:
|
|
Skills:
|
|
- sendtoast{icon=DIAMOND; iconnbt={CustomModelData:1};message="Kill Amomgus!";frame=challenge} @PlayersInRadius{r=10}
|
|
- sendtoast{icon=DIAMOND; iconnbt={CustomModelData:1};message="Kill Amomgus!";frame=challenge} @PlayersInRadius{r=10}
|
|
- ...
|
|
- ...
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |