Item Builders

Item Settings

SettingTypeDescription

slot

Number

The slot in the inventory.

trigger

Text

Check Event Triggers for details.

commands

Text List

Check On-Click Commands for details.

Meta Builder

SettingTypeDescription

name

Text

The display name of the item.

lore

Text List

The lore (or description) of the item.

type

Material

The type of the item.

amount

Number

The amount of the item.

model

Number

The custom model data value.

glow

True/False

Whether the item should glow or not.

head

Text

Check Custom Heads for details.

Item Builder Example

alerts-visibility:
  item-settings:
    slot: 52
    trigger: OPEN_ALERTS
    commands:
  meta-builder:
    name: "&b🛠 Alerts"
    lore:
      - ""
      - "&7Change alerts settings."
      - ""
      - "&b🛠 &7This menu is only visible"
      - "&7to server administrators."
      - ""
      - "&eClick to open!"
    type: BELL
    amount: 1
    model: 0
    glow: false
    head: ""

Last updated