ItemsAdder

Spigot Page

Display IA item in GUI

  item:
    material: itemsadder:<id>
    amount: 1
    display_name: ' '
    lore:
    - ' '

Replace <id> to the id of the IA item

Example
 item:
    material: itemsadder:ruby_sword
    amount: 1
    display_name: ' '
    lore:
    - ' '

Custom textured GUI

gui_settings:
  name: ':<id>:'
  # Available sizes: 9, 18, 27, 36, 45, 54
  size: 54

Replace <id> to the id of the IA item

Example
gui_settings:
  name: ':offset_-8::hoppersorter:'
  size: 54

Custom Emoji in Item

    item:
      material: itemsadder:icon_right_blue
      amount: 1
      display_name: '&7Next Page &r%img_<id>%'
      lore:
      - ''

Replace <id> to the id of the IA item

Example
item:
  material: itemsadder:icon_right_blue
  amount: 1
  display_name: '&7Next Page &r%img_play%'
  lore:
  - ''

Last updated