ItemsAdderAdditionsItemsAdderAdditions
Actions

Toast

Display an advancement-style toast notification to a player as an ItemsAdder action.

Since v1.0.0
toast:
  icon: my_item
  text:
    - "<white>My <gradient:#AC52D4:#6C3484>ItemsAdderAdditions"
    - "<#E6FBFE><bold>Custom Toast"
  frame: "task" # optional, default: goal

Parameters

icon

Required. The item shown as the toast icon. Use a vanilla material from this list, or a custom ItemsAdder item with namespace:id or just id.

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.

On this page