Actions
Toast
Display an advancement-style toast with a custom icon and message.
Since v1.0.0
toast:
icon: my_item
text:
- "<white>My <gradient:#AC52D4:#6C3484>ItemsAdderAdditions"
- "<#E6FBFE><bold>Custom Toast"
frame: "task" # optional, default: goalParameters
icon
Required. The item shown as the toast icon. Use a vanilla material, an ItemsAdder item with namespace:id or just id, or an MMOItems item with mmoitems:type:id. Tags are not supported for toast icons because the icon must be one concrete item. See IDs.
text
Required. The toast message. Can be a single string or a list (one entry per line). Supports MiniMessage, PlaceholderAPI, and font images.
frame
Optional. Defaults to goal. The toast style: task, goal, or challenge.