Advertisement
Guest User

CHESTCOMMANDS HELP THX:)

a guest
Mar 25th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 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: '&2Kit Selector'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 3
  14.  
  15.  
  16. command: 'Ckit'
  17.  
  18. # auto-refresh - OPTIONAL
  19. # How frequently the menu will be refreshed, in seconds.
  20. # Useful if you have variables in items' descriptions.
  21. auto-refresh: 5
  22.  
  23. # This command command will be execute when the menu is opened.
  24. # Supports all the icon command types.
  25. open-action: 'sound: note pling; tell: &eYou opened the example menu.'
  26.  
  27.  
  28.  
  29.  
  30. ######################
  31. #+ +#
  32. # ITEMS #
  33. #+ +#
  34. ######################
  35.  
  36.  
  37. Archer:
  38. COMMAND: 'kit archer'
  39. NAME: '&aArcher Kit'
  40. LORE:
  41. - 'Click to choose Archer Kit''
  42. ID: 261
  43. POSITION-X: 2
  44. POSITION-Y: 3
  45.  
  46.  
  47. colored-enchanted-stacked-wool:
  48. COMMAND: 'kit knight'
  49. NAME: '&aKnight Kit'
  50. LORE:
  51. - 'Click to choose Knight Kit'
  52. ID:
  53. DATA-VALUE: 1
  54. AMOUNT: 10
  55. ENCHANTMENT: sharpness, 2;
  56. POSITION-X: 7
  57. POSITION-Y: 2
  58.  
  59.  
  60. this-text-will-not-appear:
  61. COMMAND: 'kit donator'
  62. NAME: '&aDonator Kit'
  63. LORE:
  64. - 'Click to choose Donator Kit'
  65. ID: paper
  66. POSITION-X: 5
  67. POSITION-Y: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement