Advertisement
Guest User

Untitled

a guest
May 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.41 KB | None | 0 0
  1. shopMenuItems:
  2.  # Has to be unique, value doesn't matter
  3.   1:
  4.     item:
  5.       material: SADDLE
  6.       quantity: 1
  7.       name: "&3&lMiscellanous"
  8.     shop: "miscellanous"
  9.     slot: 31
  10.     commandsOnClick:
  11.      - say Example!
  12.   2:
  13.     item:
  14.       material: SADDLE
  15.       quantity: 1
  16.       name: "&3&lTest"
  17.     type: DUMMY
  18.     slot: 32
  19.     commandsOnClickConsole:
  20.      - say Example console command!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement