Advertisement
NAOSAMA

Untitled

Feb 17th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 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: 4
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. # Bind multiple commands using ; (command: 'menu; m; me')
  17. command: 'menu'
  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; tell: &eYou opened the example menu.'
  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: wool:1
  32. left-click: false
  33. right-click: true
  34.  
  35.  
  36. ######################
  37. #+ +#
  38. # ITEMS #
  39. #+ +#
  40. ######################
  41.  
  42.  
  43. spawncmd:
  44. COMMAND: 'home'
  45. NAME: '&c&lロビー'
  46. LORE:
  47. - 'ロビーに戻る'
  48. - '&e右クリック'
  49. ID: compass
  50. POSITION-X: 1
  51. POSITION-Y: 1
  52.  
  53.  
  54. colored-enchanted-stacked-wool:
  55. NAME: '&aWool with additional data'
  56. LORE:
  57. - 'This wool has a data value, an amount'
  58. - 'greater than 1, and two enchantments.'
  59. ID: wool
  60. DATA-VALUE: 1
  61. AMOUNT: 10
  62. ENCHANTMENT: knockback, 10; durability, 10
  63. POSITION-X: 2
  64. POSITION-Y: 1
  65.  
  66.  
  67. this-text-will-not-appear:
  68. NAME: '&dFormatting codes'
  69. LORE:
  70. - 'You can use all the formatting codes!'
  71. - '&fColors: &c#c &a#a &9#9 &e#e &f... ...'
  72. - '&fRandom (#k): &kfy379!H'
  73. - '&fBold (#l): &lexample'
  74. - '&fStrikethrough (#m): &mexample'
  75. - '&fUnderline (#n): &nexample'
  76. - '&fItalic (#o): &oexample'
  77. ID: paper
  78. POSITION-X: 3
  79. POSITION-Y: 1
  80.  
  81.  
  82. test-from-console:
  83. COMMAND: 'console: say Hello {player}!'
  84. NAME: '&cRuns command from the console.'
  85. LORE:
  86. - 'It broadcasts your name with the command /say.'
  87. ID: command block
  88. POSITION-X: 4
  89. POSITION-Y: 1
  90.  
  91.  
  92. test-as-op:
  93. COMMAND: 'op: say Hello world!'
  94. NAME: '&cRuns command as OP.'
  95. LORE:
  96. - 'Be careful with this type of commands.'
  97. - 'It will ignore nearly all the permissions.'
  98. ID: command block
  99. POSITION-X: 5
  100. POSITION-Y: 1
  101.  
  102.  
  103. test-with-placeholder:
  104. COMMAND: 'tell: &9Online players: &f{online}/{max_players}; tell: &9Your name: &f{player}; tell: &9The world you are in: &f{world}; tell: &9Money: &f{money}'
  105. NAME: '&6This message contains some placeholders'
  106. LORE:
  107. - 'Placeholders will be replaced when the item'
  108. - 'is clicked.'
  109. ID: empty map
  110. POSITION-X: 6
  111. POSITION-Y: 1
  112.  
  113.  
  114. economy-give:
  115. COMMAND: 'tell: &aYou have paid 50$ for this command!; give: gold_ingot'
  116. NAME: '&eEconomy & Give command'
  117. LORE:
  118. - 'This command will be executed'
  119. - 'only if you have at least 50$!'
  120. - 'It gives you a gold ingot.'
  121. ID: gold ingot
  122. PRICE: 50
  123. POSITION-X: 7
  124. POSITION-Y: 1
  125.  
  126.  
  127. economy-take:
  128. REQUIRED-ITEM: 'gold_ingot'
  129. COMMAND: 'tell: &aYou have been paid 50$; givemoney: 50'
  130. NAME: '&eEconomy & Required item'
  131. LORE:
  132. - 'This command is the opposite of the previous.'
  133. - 'It will take you a gold ingot and give you $50.'
  134. ID: gold ingot
  135. POSITION-X: 8
  136. POSITION-Y: 1
  137.  
  138.  
  139. will-not-close:
  140. NAME: '&2Info'
  141. LORE:
  142. - '&7The menu will not close'
  143. - '&7clicking on this item.'
  144. ID: sign
  145. KEEP-OPEN: true
  146. POSITION-X: 9
  147. POSITION-Y: 1
  148.  
  149.  
  150. a-talking-head:
  151. COMMAND: 'tell: This is a simple message, without using commands!'
  152. NAME: '&3Tells you something.'
  153. LORE:
  154. - '&7It tells you something without commands.'
  155. ID: head
  156. DATA-VALUE: 3
  157. POSITION-X: 1
  158. POSITION-Y: 2
  159.  
  160.  
  161. a-talking-head:
  162. COMMAND: 'tell: This is a simple message, without using commands!'
  163. NAME: '&3Tells you something.'
  164. LORE:
  165. - '&7It tells you something without commands.'
  166. ID: head
  167. DATA-VALUE: 3
  168. POSITION-X: 1
  169. POSITION-Y: 2
  170.  
  171.  
  172. test-multiple-command:
  173. COMMAND: 'console: Say Did you know that...; console: say you can run multiple commands?;'
  174. NAME: '&aMultiple commands'
  175. LORE:
  176. - 'Example of multiple commands.'
  177. ID: golden apple
  178. POSITION-X: 2
  179. POSITION-Y: 2
  180.  
  181.  
  182. permission:
  183. COMMAND: 'tell: &a[v] You have the correct permission!'
  184. NAME: '&8Permission test'
  185. LORE:
  186. - 'To use this item, you need the'
  187. - 'permission "chestcommands.test".'
  188. - 'Otherwise, a configurable error'
  189. - 'message will be displayed.'
  190. ID: iron bar
  191. POSITION-X: 3
  192. POSITION-Y: 2
  193. PERMISSION: chestcommands.test
  194. PERMISSION-MESSAGE: 'You don''t have the correct permission!'
  195.  
  196.  
  197. menu-close-no-commands-no-lore:
  198. NAME: '&6Close the menu'
  199. ID: redstone lamp
  200. LORE:
  201. - 'Create an item without command,'
  202. - 'the GUI will just close.'
  203. POSITION-X: 9
  204. POSITION-Y: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement