Advertisement
Guest User

Untitled

a guest
May 24th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.75 KB | None | 0 0
  1. ######################
  2. #+                  +#
  3. #   MENU SETTINGS    #
  4. #+                  +#
  5. ######################
  6.  
  7. menu-settings:
  8.   # name - appears as the title - REQUIRED
  9.   name: '&a&lDonator Perks'
  10.  
  11.   # rows - the number of rows of the chest - REQUIRED
  12.   rows: 4
  13.  
  14.   # command - OPTIONAL (you can remove this or set it to '')
  15.   # Bind multiple commands using ; (command: 'menu; m; me')
  16.   command: 'menu'
  17.  
  18.   # This command command will be execute when the menu is opened.
  19.   # Supports all the icon command types.
  20.   open-action: 'sound: note pling'
  21.  
  22.   # open-with-item - OPTIONAL
  23.   # The menu will open only right-clicking with orange wool [35:1]
  24.   open-with-item:
  25.     id: '388'
  26.     left-click: false
  27.     right-click: true
  28.  
  29.  
  30. ######################
  31. #+                  +#
  32. #       ITEMS        #
  33. #+                  +#
  34. ######################
  35.  
  36.  
  37. movement:
  38.   COMMAND: 'movement'
  39.   NAME: '&bMovement'
  40.   LORE:
  41.    - '&b&oFlight, Super Speed, High Jump & More!'
  42.   ID: 301
  43.   COLOR: '0, 255, 0'
  44.   POSITION-X: 2
  45.   POSITION-Y: 1
  46.   KEEP-OPEN: true
  47.  
  48.  
  49. trails:
  50.   COMMAND: 'trails'
  51.   NAME: '&eTrails'
  52.   LORE:
  53.    - '&e&oLeave a trail in your wake, or be showered with goods!'
  54.   ID: 362
  55.   POSITION-X: 4
  56.   POSITION-Y: 1
  57.   KEEP-OPEN: true
  58.  
  59.  
  60. pets:
  61.   COMMAND: 'pet select'
  62.   NAME: '&dPets!'
  63.   LORE:
  64.    - '&d&oHave the Animal or Mob of your choice, follow you!'
  65.   ID: bone
  66.   POSITION-X: 6
  67.   POSITION-Y: 1
  68.   KEEP-OPEN: true
  69.  
  70. gadgets:
  71.   COMMAND: 'gadget'
  72.   NAME: '&eGadgets!'
  73.   LORE:
  74.    - '&e&oAn Assortment Of Toy's For Your Enjoyment!'
  75.   ID: piston
  76.   POSITION-X: 8
  77.   POSITION-Y: 1  
  78.   KEEP-OPEN: true
  79.  
  80.  
  81. notreallyamenu:
  82.   NAME: '&cClose Menu'
  83.   LORE:
  84.    - '&c Closes the Menu'
  85.   ID: 123
  86.   POSITION-X: 9
  87.   POSITION-Y: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement