Advertisement
Guest User

Untitled

a guest
Jul 18th, 2016
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 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: '&1Menu'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 3
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. # Bind multiple commands using ; (command: 'menu; m; me')
  17. command: 'srvmenu-main'
  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: compass
  32. left-click: false
  33. right-click: true
  34.  
  35.  
  36. ######################
  37. #+ +#
  38. # ITEMS #
  39. #+ +#
  40. ######################
  41.  
  42.  
  43. spawn:
  44. COMMAND: 'console:spawn %player%'
  45. NAME: '&2&l&nGo to spawn'
  46. LORE:
  47. - '&6Safe place!'
  48. ID: bed
  49. ENCHANTMENT: knockback, 1
  50. POSITION-X: 1
  51. POSITION-Y: 1
  52.  
  53.  
  54. home:
  55. COMMAND: 'console:home %player%'
  56. NAME: '&2&l&nGo to home'
  57. LORE:
  58. - '&6Home, sweet home'
  59. ID: log
  60. ENCHANTMENT: knockback, 1
  61. POSITION-X: 2
  62. POSITION-Y: 1
  63.  
  64.  
  65. kits:
  66. NAME: '&2&l&nKits'
  67. LORE:
  68. - 'Select your Kit!'
  69. ID: diamond
  70. ENCHANTMENT: knockback, 1
  71. POSITION-X: 3
  72. POSITION-Y: 1
  73.  
  74.  
  75. menu-close-no-commands-no-lore:
  76. NAME: '&6Close the menu'
  77. ID: redstone lamp
  78. LORE:
  79. - 'Create an item without command,'
  80. - 'the GUI will just close.'
  81. POSITION-X: 9
  82. POSITION-Y: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement