Reformatted, removed double title, added new headers. Colorized example. authored by Dante's avatar Dante
Mechanic: Send Toast
==================== ====================
## 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 ## Attributes:
----------
| Attribute | Aliases | Description | Default Value | | Attribute | Aliases | Description | Default Value |
|-----------|---------|-------------------------------------------------------------------------------------|----------------| |-----------|---------|-------------------------------------------------------------------------------------|----------------|
...@@ -14,11 +14,10 @@ Attributes ...@@ -14,11 +14,10 @@ Attributes
| message | msg,m | The message to send. Must be in double-quotes. | NONE | | 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 | | frame | f | The type of toast to send. MUST BE LOWERCASE. Options are: challenge, task or goal. | challenge |
## Examples:
```yaml
Examples
--------
Skills: Skills:
- sendtoast{icon=DIAMOND; iconnbt={CustomModelData:1};message="Kill a boss!";frame=challenge} @PlayersInRadius{r=10} - sendtoast{icon=DIAMOND; iconnbt={CustomModelData:1};message="Kill a boss!";frame=challenge} @PlayersInRadius{r=10}
- ... - ...
```
\ No newline at end of file