Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 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: '&4&lSpawner Shop'
  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: 'buyspawner'
  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: '
  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: 345
  32. left-click: false
  33. right-click: false
  34.  
  35.  
  36. ######################
  37. #+ +#
  38. # ITEMS #
  39. #+ +#
  40. ######################
  41.  
  42.  
  43. pig:
  44. COMMAND: 'console:give {player} 52 1;open: buyspawner.yml '
  45. NAME: '&e&lPig spawner'
  46. LORE:
  47. - '$2500'
  48. - 'Click to buy!'
  49. ID: 319
  50. PRICE: 2500
  51. POSITION-X: 1
  52. POSITION-Y: 1
  53. sheep:
  54. COMMAND: 'console:give {player} 52:91 1;open: buyspawner.yml '
  55. NAME: '&e&lSheep spawner'
  56. LORE:
  57. - '$4500'
  58. - 'Click to buy!'
  59. ID: wool
  60. PRICE: 4500
  61. POSITION-X: 2
  62. POSITION-Y: 1
  63. cow:
  64. COMMAND: 'console:give {player} 52:92 1;open: buyspawner.yml '
  65. NAME: '&e&lCow spawner'
  66. LORE:
  67. - '$6500'
  68. - 'Click to buy!'
  69. ID: 363
  70. PRICE: 6500
  71. POSITION-X: 3
  72. POSITION-Y: 1
  73. chicken:
  74. COMMAND: 'console:give {player} 52:93 1;open: buyspawner.yml '
  75. NAME: '&e&lChicken spawner'
  76. LORE:
  77. - '$8500'
  78. - 'Click to buy!'
  79. ID: 365
  80. PRICE: 8500
  81. POSITION-X: 4
  82. POSITION-Y: 1
  83. Zombie:
  84. COMMAND: 'console:give {player} 52:54 1;open: buyspawner.yml '
  85. NAME: '&e&lZombie spawner'
  86. LORE:
  87. - '$10000'
  88. - 'Click to buy!'
  89. ID: 367
  90. PRICE: 10000
  91. POSITION-X: 5
  92. POSITION-Y: 1
  93. Skeleton:
  94. COMMAND: 'console:give {player} 52:51 1;open: buyspawner.yml '
  95. NAME: '&e&lSkeleton spawner'
  96. LORE:
  97. - '$20000'
  98. - 'Click to buy!'
  99. ID: bone
  100. PRICE: 20000
  101. POSITION-X: 6
  102. POSITION-Y: 1
  103. Spider:
  104. COMMAND: 'console:give {player} 52:52 1;open: buyspawner.yml '
  105. NAME: '&e&lSpider spawner'
  106. LORE:
  107. - '$45000'
  108. - 'Click to buy!'
  109. ID: string
  110. PRICE: 45000
  111. POSITION-X: 7
  112. POSITION-Y: 1
  113. Creeper:
  114. COMMAND: 'console:give {player} 52:50 1;open: buyspawner.yml '
  115. NAME: '&e&lCreeper spawner'
  116. LORE:
  117. - '$80000'
  118. - 'Click to buy!'
  119. ID: sulphur
  120. PRICE: 80000
  121. POSITION-X: 8
  122. POSITION-Y: 1
  123. Pigman:
  124. COMMAND: 'console:give {player} 52:57 1;open: buyspawner.yml '
  125. NAME: '&e&lPigman spawner'
  126. LORE:
  127. - '$100000'
  128. - 'Click to buy!'
  129. ID: goldingot
  130. PRICE: 100000
  131. POSITION-X: 9
  132. POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement