Advertisement
Guest User

yaml error

a guest
Aug 27th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 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: '&5&lF&f&lu&5&ln &f&lM&5&le&f&ln&5&lu'
  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: '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. paintball:
  44. COMMAND: 'pb join'
  45. NAME: '&6&lP&4&la&6&li&4&ln&6&lt&4&lb&6&La&4&ll&6&ll&4&l!'
  46. LORE:
  47. - '&6Takes you to Paintball'
  48. - '&5&lDo /pb leave when done!'
  49. ID: 417
  50. POSITION-X: 1
  51. POSITION-Y: 1
  52.  
  53.  
  54. spleef:
  55. COMMAND: 'spleef join spleef_arena'
  56. NAME: '&aWool with additional data'
  57. LORE:
  58. - '&f&lS&b&lp&f&ll&b&le&f&le&b&lf'
  59. - '&9 Do &f/spleef leave &9to leave :)'
  60. ID: 277
  61. POSITION-X: 2
  62. POSITION-Y: 1
  63.  
  64.  
  65. parkour:
  66. COMMAND: 'warp parkour'
  67. NAME: '&f&lParkour'
  68. LORE:
  69. - '&3Parkour Island!'
  70. - '&9 Have fun =D'
  71. ID: 260
  72. DATA-VALUE: 1
  73. AMOUNT: 1
  74. POSITION-X: 3
  75. POSITION-Y: 1
  76.  
  77.  
  78. test-from-console:
  79. COMMAND: 'console: say Hello {player}!'
  80. NAME: '&cRuns command from the console.'
  81. LORE:
  82. - 'It broadcasts your name with the command /say.'
  83. ID: command block
  84. POSITION-X: 4
  85. POSITION-Y: 1
  86.  
  87.  
  88. test-as-op:
  89. COMMAND: 'op: say Hello world!'
  90. NAME: '&cRuns command as OP.'
  91. LORE:
  92. - 'Be careful with this type of commands.'
  93. - 'It will ignore nearly all the permissions.'
  94. ID: command block
  95. POSITION-X: 5
  96. POSITION-Y: 1
  97.  
  98.  
  99. test-with-placeholder:
  100. 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}'
  101. NAME: '&6This message contains some placeholders'
  102. LORE:
  103. - 'Placeholders will be replaced when the item'
  104. - 'is clicked.'
  105. ID: empty map
  106. POSITION-X: 6
  107. POSITION-Y: 1
  108.  
  109.  
  110. economy-give:
  111. COMMAND: 'tell: &aYou have paid 50$ for this command!; give: gold_ingot'
  112. NAME: '&eEconomy & Give command'
  113. LORE:
  114. - 'This command will be executed'
  115. - 'only if you have at least 50$!'
  116. - 'It gives you a gold ingot.'
  117. ID: gold ingot
  118. PRICE: 50
  119. POSITION-X: 7
  120. POSITION-Y: 1
  121.  
  122.  
  123. economy-take:
  124. REQUIRED-ITEM: 'gold_ingot'
  125. COMMAND: 'tell: &aYou have been paid 50$; givemoney: 50'
  126. NAME: '&eEconomy & Required item'
  127. LORE:
  128. - 'This command is the opposite of the previous.'
  129. - 'It will take you a gold ingot and give you $50.'
  130. ID: gold ingot
  131. POSITION-X: 8
  132. POSITION-Y: 1
  133.  
  134.  
  135. will-not-close:
  136. NAME: '&2Info'
  137. LORE:
  138. - '&7The menu will not close'
  139. - '&7clicking on this item.'
  140. ID: sign
  141. KEEP-OPEN: true
  142. POSITION-X: 9
  143. POSITION-Y: 1
  144.  
  145.  
  146. a-talking-head:
  147. COMMAND: 'tell: This is a simple message, without using commands!'
  148. NAME: '&3Tells you something.'
  149. LORE:
  150. - '&7It tells you something without commands.'
  151. ID: head
  152. DATA-VALUE: 3
  153. POSITION-X: 1
  154. POSITION-Y: 2
  155.  
  156.  
  157. a-talking-head:
  158. COMMAND: 'tell: This is a simple message, without using commands!'
  159. NAME: '&3Tells you something.'
  160. LORE:
  161. - '&7It tells you something without commands.'
  162. ID: head
  163. DATA-VALUE: 3
  164. POSITION-X: 1
  165. POSITION-Y: 2
  166.  
  167.  
  168. test-multiple-command:
  169. COMMAND: 'console: Say Did you know that...; console: say you can run multiple commands?;'
  170. NAME: '&aMultiple commands'
  171. LORE:
  172. - 'Example of multiple commands.'
  173. ID: golden apple
  174. POSITION-X: 2
  175. POSITION-Y: 2
  176.  
  177.  
  178. permission:
  179. COMMAND: 'tell: &a[v] You have the correct permission!'
  180. NAME: '&8Permission test'
  181. LORE:
  182. - 'To use this item, you need the'
  183. - 'permission "chestcommands.test".'
  184. - 'Otherwise, a configurable error'
  185. - 'message will be displayed.'
  186. ID: iron bar
  187. POSITION-X: 3
  188. POSITION-Y: 2
  189. PERMISSION: chestcommands.test
  190. PERMISSION-MESSAGE: 'You don''t have the correct permission!'
  191.  
  192.  
  193. menu-close-no-commands-no-lore:
  194. NAME: '&6Close the menu'
  195. ID: redstone lamp
  196. LORE:
  197. - 'Create an item without command,'
  198. - 'the GUI will just close.'
  199. POSITION-X: 9
  200. POSITION-Y: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement