Menu Items

All menu items related options & configurations

Example

items:
  sword:
    material: IRON_SWORD
    slot: 4
    name: "&aSword"
    lore:
      - "&7A basic iron sword."
    click-actions:
      - "[giveitem] IRON_SWORD"
  sharpness:
    material: ENCHANTED_BOOK
    slot: 12
    name: "&aSharpness"
    lore:
      - "&7Enchant your weapon with Sharpness."
    click-requirement:
      requirements:
        diamond-sword:
          type: has item
          material: DIAMOND_SWORD
          hand: true
    click-actions:
      - "[console] enchant %player_name% sharpness"

Click here to view more about Custom Item

Slot

slot: 1

Sets a slot for the Menu Item.

Slots

slots:
  - 1
  - 3-5
  - 7-10
  - 15

Sets multiple slots for the Menu Item.

Priority

priority: 1

Sets the priority for the Menu Item.

Update

update: true

Updates the Menu Item every update-interval seconds.

View Requirements

view-requirement:
  requirements:
    ...

Allows you to add view requirements to the Menu Item.

Click here to view more about Requirements

Click Requirements

click-requirement:
  requirements:
    ...    

Allows you to add click requirements to the Menu Item.

  • click-requirement:

  • right-click-requirement:

  • left-click-requirement:

  • shift-right-click-requirement:

  • shift-left-click-requirement:

Click here to view more about Requirements

Click Actions

click-actions:
  - "actiontype action"
  - "actiontype action"

Allows you to add click actions to the Menu Item.

  • click-actions:

  • right-click-actions:

  • left-click-actions:

  • shift-right-click-actions:

  • shift-left-click-actions:

Click here to view more about Actions