Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2015
873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. ######################
  2. #+ +#
  3. # MENU SETTINGS #
  4. #+ +#
  5. ######################
  6.  
  7. menu-settings:
  8.  
  9. # name - appears as the title - REQUIRED
  10. name: '&dG&ca&9d&ag&3e&2t&bs'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 1
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. # Bind multiple commands using ; (command: 'menu; m; me')
  17. command: 'HubGadgets'
  18.  
  19. # auto-refresh - OPTIONAL
  20. # How frequently the menu will be refreshed, in seconds.
  21. # Useful if you have variables in items' descriptions.
  22. auto-refresh: 5
  23.  
  24. # This command command will be execute when the menu is opened.
  25. # Supports all the icon command types.
  26. open-action: 'sound: note pling'
  27.  
  28. # open-with-item - OPTIONAL
  29. # The menu will open only right-clicking with orange wool [35:1]
  30. open-with-item:
  31. id: stick
  32. left-click: false
  33. right-click: true
  34.  
  35.  
  36. ######################
  37. #+ +#
  38. # ITEMS #
  39. #+ +#
  40. ######################
  41.  
  42.  
  43. cosmeticscmd:
  44. COMMAND: 'cosmetics'
  45. NAME: '&d&lCosmetics'
  46. ID: NETHER_STAR
  47. KEEP-OPEN: true
  48. POSITION-X: 1
  49. POSITION-Y: 1
  50.  
  51.  
  52. gadgetscmd:
  53. COMMAND: 'gadgets'
  54. NAME: '&b&lGadgets'
  55. ID: 377
  56. ENCHANTMENT: 'durability, 1'
  57. KEEP-OPEN: true
  58. POSITION-X: 3
  59. POSITION-Y: 1
  60.  
  61.  
  62. hatscmd:
  63. COMMAND: 'hats'
  64. NAME: '&a&lHats'
  65. ID: tnt
  66. KEEP-OPEN: true
  67. ENCHANTMENT: 'durability, 1'
  68. POSITION-X: 5
  69. POSITION-Y: 1
  70.  
  71.  
  72. jukeboxcmd:
  73. COMMAND: 'jukebox'
  74. NAME: '&6&lJukebox'
  75. ID: 84
  76. KEEP-OPEN: true
  77. POSITION-X: 7
  78. POSITION-Y: 1
  79.  
  80.  
  81. websitecmd:
  82. COMMAND: 'website'
  83. NAME: '&9&lWebsite'
  84. ID: 47
  85. KEEP-OPEN: true
  86. ENCHANTMENT: 'durability, 1'
  87. POSITION-X: 9
  88. POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement