Advertisement
Guest User

Same slot

a guest
Sep 6th, 2015
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 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: '&8Command Shop'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 2
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. # Bind multiple commands using ; (command: 'menu; m; me')
  17. command: 'commands;command;'
  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: 0.01
  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: 1:1
  32. left-click: false
  33. right-click: false
  34.  
  35.  
  36. #template:
  37. # COMMAND: 'op: spawn'
  38. # NAME: '&aWool with additional data'
  39. # LORE:
  40. # - 'This wool has a data value, an amount'
  41. # - 'greater than 1, and two enchantments.'
  42. # ID: wool
  43. # DATA-VALUE: 1
  44. # AMOUNT: 10
  45. # ENCHANTMENT: knockback, 10; durability, 10
  46. # POSITION-X: 2
  47. # POSITION-Y: 1
  48. # REQUIRED-ITEM: 0
  49. # PRICE: 50
  50. # KEEP-OPEN: false
  51. # PERMISSION: chestcommands.test
  52.  
  53.  
  54. ######################
  55. #+ +#
  56. # ITEMS #
  57. #+ +#
  58. ######################
  59.  
  60. cmdflyunlock:
  61. COMMAND: 'console: pex user {player} add cmd.flymenu;tell: &c-100;console: playsound random.levelup {player} ~0 ~0 ~0 1 1 1'
  62. NAME: '&fUnlock the &c/fly &fcommand'
  63. LORE:
  64. - 'Allows {player} to execute'
  65. - 'the &f/fly&r&7 command.'
  66. ID: 160
  67. DATA-VALUE: 14
  68. POSITION-X: 1
  69. POSITION-Y: 1
  70. PRICE: 80
  71. KEEP-OPEN: true
  72. VIEW-PERMISSION: '-cmd.flymenu'
  73.  
  74. cmdfly:
  75. COMMAND: 'op: fly;tell: &c-80;tell: &cYou can now fly for 5 seconds!;console: tcmd 5s fly {player} off'
  76. NAME: '&fRun the &c/fly &fcommand'
  77. LORE:
  78. - 'Allows {player} to execute'
  79. - 'the &f/fly&r&7 command.'
  80. ID: 160
  81. DATA-VALUE: 0
  82. POSITION-X: 1
  83. POSITION-Y: 1
  84. PRICE: 80
  85. KEEP-OPEN: true
  86. VIEW-PERMISSION: 'cmd.flymenu'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement