Advertisement
SchaumG550

Untitled

Nov 28th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. Shop:
  2. # Identifier
  3. # Used in placeholders for formats
  4. XPBottle:
  5. Material: 'EXPERIENCE_BOTTLE'
  6. Data: 0
  7. Amount: 1
  8. Name: '&4Buy 1 XP Bottle'
  9. # You can set skulls of the player using the following
  10. # Remove the # to enable
  11. Lore:
  12. - '&c&lCost: &c2 Voting Points'
  13. Cost: 2
  14. Rewards:
  15. Items:
  16. EXPERIENCE_BOTTLE:
  17. Material: 'EXPERIENCE_BOTTLE'
  18. Amount: 1
  19. # Slot
  20. Slot: 0
  21. Diamond:
  22. # Item
  23. Material: 'DIAMOND'
  24. Data: 0
  25. Amount: 1
  26. Name: '&4Buy A Diamond'
  27. # You can set skulls of the player using the following
  28. # Remove the # to enable
  29. #Skull: '%Player%'
  30. Lore:
  31. - '&c&lCost: &c3 Voting Points'
  32. # Number of voting points this cost
  33. Cost: 3
  34. # Rewards to run if player buys succesfully
  35. Rewards:
  36. Items:
  37. Diamond:
  38. Material: 'DIAMOND'
  39. Amount: 1
  40. # Slot
  41. Slot: 1
  42. Name Tag:
  43. Material: 'NAME_TAG'
  44. Data: 0
  45. Amount: 1
  46. Name: '&4Buy A NameTag'
  47. # You can set skulls of the player using the following
  48. # Remove the # to enable
  49. Lore:
  50. - '&c&lCost: &c15 Voting Points'
  51. Cost: 15
  52. Rewards:
  53. Items:
  54. NAME_TAG:
  55. Material: 'NAME_TAG'
  56. Amount: 1
  57. # Slot
  58. Slot: 2
  59. White Shulker Box:
  60. Material: 'WHITE_SHULKER_BOX'
  61. Data: 0
  62. Amount: 1
  63. Name: '&4Buy A White Shulker Box'
  64. # You can set skulls of the player using the following
  65. # Remove the # to enable
  66. Lore:
  67. - '&c&lCost: &c50 Voting Points'
  68. Cost: 50
  69. Rewards:
  70. Items:
  71. WHITE_SHULKER_BOX:
  72. Material: 'WHITE_SHULKER_BOX'
  73. Amount: 1
  74. # Slot
  75. Slot: 3
  76. Dragons Breath:
  77. Material: 'DRAGONS_BREATH'
  78. Data: 0
  79. Amount: 1
  80. Name: '&4Buy 1 Dragons Breath'
  81. # You can set skulls of the player using the following
  82. # Remove the # to enable
  83. Lore:
  84. - '&c&lCost: &c60 Voting Points'
  85. Cost: 60
  86. Rewards:
  87. Items:
  88. DRAGONS_BREATH:
  89. Material: 'DRAGONS_BREATH'
  90. Amount: 1
  91. # Slot
  92. Slot: 4
  93. Wither Skull:
  94. Material: 'WITHER_SKELETON_SKULL'
  95. Amount: 1
  96. Name: '&4Buy 1 Wither Skull'
  97. # You can set skulls of the player using the following
  98. # Remove the # to enable
  99. Lore:
  100. - '&c&lCost: &c80 Voting Points'
  101. Cost: 80
  102. Rewards:
  103. Items:
  104. WITHER_SKELETON_SKULL:
  105. Material: 'WITHER_SKELETON_SKULL'
  106. Amount: 1
  107. # Slot
  108. Slot: 5
  109. Enchanted Apple:
  110. Material: 'ENCHANTED_GOLDEN_APPLE'
  111. Data: 1
  112. Amount: 1
  113. Name: '&4Buy 1 Enchanted Apple'
  114. # You can set skulls of the player using the following
  115. # Remove the # to enable
  116. Lore:
  117. - '&c&lCost: &c45 Voting Points'
  118. Cost: 45
  119. Rewards:
  120. Items:
  121. ENCHANTED_GOLDEN_APPLE:
  122. Material: 'ENCHANTED_GOLDEN_APPLE'
  123. Amount: 1
  124. # Slot
  125. Slot: 6
  126. PlayerHead:
  127. Material: 'PLAYER_HEAD'
  128. Data: 0
  129. Amount: 1
  130. Name: '&4Buy your own player skull'
  131. # You can set skulls of the player using the following
  132. # Remove the # to enable
  133. Lore:
  134. - '&c&lCost: &c150 Voting Points'
  135. Cost: 150
  136. Rewards:
  137. Commands:
  138. Console:
  139. - minecraft:give %player% minecraft:player_head{SkullOwner:"%player%"}
  140. # Slot
  141. Slot: 7
  142. Wither Rose:
  143. Material: 'WITHER_ROSE'
  144. Data: 1
  145. Amount: 1
  146. Name: '&4Buy 1 Wither Rose'
  147. # You can set skulls of the player using the following
  148. # Remove the # to enable
  149. Lore:
  150. - '&c&lCost: &c10 Voting Points'
  151. Cost: 10
  152. Rewards:
  153. Items:
  154. WITHER_ROSE:
  155. Material: 'WITHER_ROSE'
  156. Amount: 1
  157. # Slot
  158. Slot: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement