Guest User

Untitled

a guest
Aug 5th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. # Wiki Page: http://mbedwars.marcely.de/index.php/Config_shop
  2. # #### IMPORTANT #### #
  3. # Names surrounded with % will be taken from the messages file.
  4. # Make sure when creating something new to remove the %!
  5. # ################### #
  6.  
  7. # Change the design of the shop here
  8. # You are able to choose between:
  9. # 0 - Normal
  10. # 1 - HyPixel
  11. # 2 - HiveMC
  12. # 3 - GommeHD
  13. # 4 - Rewinside
  14. # 5 - Minesucht
  15. # 6 - BergwerkLABS
  16. design: HyPixel
  17.  
  18. # Configurate the pages and items inside the shop
  19. page: Armor {
  20. icon: chainmail_boots:0
  21. }
  22. page: Melee {
  23. icon: goldsword:0
  24. }
  25. page: Blocks {
  26. icon: sandstone:0
  27. }
  28. page: Ranged {
  29. icon: bow:0
  30. }
  31. page: Tools {
  32. icon: stonepickaxe:0
  33. }
  34. page: Potions {
  35. icon: brewing_stand:0
  36. }
  37. page: Utility {
  38. icon: potion:0
  39. }
  40. Wool {
  41. material: wool:0
  42. amount: 16
  43. page: Blocks
  44. price-type: %Spawner_Iron%
  45. price-amount: 4
  46. caps-multiply: 1
  47. }
  48. Sandstone {
  49. material: sandstone:0
  50. amount: 16
  51. page: Blocks
  52. price-type: %Spawner_Iron%
  53. price-amount: 12
  54. caps-multiply: 1
  55. }
  56. End Stone {
  57. material: enderstone:0
  58. amount: 12
  59. page: Blocks
  60. price-type: %Spawner_Iron%
  61. price-amount: 24
  62. caps-multiply: 1
  63. }
  64. Ladder {
  65. material: ladder:0
  66. amount: 16
  67. page: Blocks
  68. price-type: %Spawner_Iron%
  69. price-amount: 4
  70. caps-multiply: 3
  71. }
  72. Oak Wood Planks{
  73. material: planks:0
  74. amount: 16
  75. page: Blocks
  76. price-type: %Spawner_Gold%
  77. price-amount: 4
  78. caps-multiply: 1
  79. }
  80. Obsidian {
  81. material: obsidian:0
  82. amount: 4
  83. page: Blocks
  84. price-type: %Spawner_Emerald%
  85. price-amount: 4
  86. caps-multiply: 1
  87. }
  88. Permanent Chainmail Armor {
  89. material: chainmail_boots:0
  90. amount: 1
  91. page: Armor
  92. price-type: %Spawner_Iron%
  93. price-amount: 40
  94. caps-multiply: 1
  95. }
  96. Permanent Iron Armor {
  97. material: ironboots:0
  98. amount: 1
  99. page: Armor
  100. price-type: %Spawner_Gold%
  101. price-amount: 12
  102. caps-multiply: 1
  103. }
  104. Permanent Diamond Armor {
  105. material: diamondboots:0
  106. amount: 1
  107. page: Armor
  108. price-type: %Spawner_Emerald%
  109. price-amount: 6
  110. caps-multiply: 1
  111. }
  112. Stone Sword {
  113. material: stonesword:0
  114. amount: 1
  115. page: Melee
  116. price-type: %Spawner_Iron%
  117. price-amount: 10
  118. caps-multiply: 1
  119. }
  120. Iron Sword {
  121. material: ironsword:0
  122. amount: 1
  123. page: Melee
  124. price-type: %Spawner_Gold%
  125. price-amount: 7
  126. caps-multiply: 1
  127. }
  128. Diamond Sword {
  129. material: diamondsword:0
  130. amount: 1
  131. page: Melee
  132. price-type: %Spawner_Emerald%
  133. price-amount: 4
  134. caps-multiply: 1
  135. }
  136. Stick (Knockback I) {
  137. material: stick:0
  138. amount: 1
  139. page: Melee
  140. price-type: %Spawner_Gold%
  141. price-amount: 10
  142. caps-multiply: 1
  143. addenchantment: knockback:1
  144. }
  145. Arrow {
  146. material: arrow:0
  147. amount: 8
  148. page: Ranged
  149. price-type: %Spawner_Gold%
  150. price-amount: 2
  151. caps-multiply: 1
  152. }
  153. Bow {
  154. material: bow:0
  155. amount: 1
  156. page: Ranged
  157. price-type: %Spawner_Gold%
  158. price-amount: 12
  159. caps-multiply: 1
  160. }
  161. Bow (Power I) {
  162. material: bow:0
  163. amount: 1
  164. page: Ranged
  165. price-type: %Spawner_Gold%
  166. price-amount: 24
  167. caps-multiply: 1
  168. addenchantment: arrow_damage:1
  169. }
  170. Bow (Power I, Punch I) {
  171. material: bow:0
  172. amount: 1
  173. page: Ranged
  174. price-type: %Spawner_Emerald%
  175. price-amount: 6
  176. caps-multiply: 1
  177. addenchantment: arrow_damage:1
  178. addenchantment: punch:1
  179. }
  180. Shears {
  181. material: shears:0
  182. amount: 1
  183. page: Tools
  184. price-type: %Spawner_Iron%
  185. price-amount: 30
  186. caps-multiply: 1
  187. }
  188. Wooden Pickaxe {
  189. material: woodpickaxe:0
  190. amount: 1
  191. page: Tools
  192. price-type: %Spawner_Iron%
  193. price-amount: 10
  194. caps-multiply: 1
  195. }
  196. Stone Pickaxe (Efficiency I) {
  197. material: stonepickaxe:0
  198. amount: 1
  199. page: Tools
  200. price-type: %Spawner_Iron%
  201. price-amount: 20
  202. caps-multiply: 1
  203. }
  204. Iron Pickaxe (Efficiency III) {
  205. material: ironpickaxe:0
  206. amount: 1
  207. page: Tools
  208. price-type: %Spawner_gold%
  209. price-amount: 8
  210. caps-multiply: 1
  211. }
  212. Diamond Pickaxe (Efficiency III) {
  213. material: diamondpickaxe:0
  214. amount: 1
  215. page: Tools
  216. price-type: %Spawner_gold%
  217. price-amount: 12
  218. caps-multiply: 1
  219. }
  220. Diamond Axe (Efficiency II) {
  221. material: diamondaxe:0
  222. amount: 1
  223. page: Tools
  224. price-type: %Spawner_gold%
  225. price-amount: 12
  226. caps-multiply: 1
  227. }
  228. Speed II Potion {
  229. material: potion:2
  230. amount: 1
  231. page: Potions
  232. price-type: %Spawner_Emerald%
  233. price-amount: 1
  234. caps-multiply: 1
  235. }
  236. Jump V Potion (45 seconds) {
  237. material: potion:1
  238. amount: 1
  239. page: Potions
  240. price-type: %Spawner_Gold%
  241. price-amount: 4
  242. caps-multiply: 1
  243. }
  244. Invisibility Potion (45 seconds) {
  245. material: potion:5
  246. amount: 1
  247. page: Potions
  248. price-type: %Spawner_Iron%
  249. price-amount: 8
  250. caps-multiply: 1
  251. }
  252. Golden Apple {
  253. material: golden_apple:0
  254. amount: 1
  255. page: Utility
  256. price-type: %Spawner_Gold%
  257. price-amount: 3
  258. caps-multiply: 1
  259. }
  260. Icefish (Unbreaking I) {
  261. material: enderpearl:0
  262. amount: 1
  263. page: Utility
  264. price-type: %Spawner_Iron%
  265. price-amount: 50
  266. caps-multiply: 1
  267. special: Icefish
  268. }
  269. Iron Golem Egg {
  270. material: spawn_egg:0
  271. amount: 1
  272. page: Utility
  273. price-type: %Spawner_Iron%
  274. price-amount: 150
  275. caps-multiply: 1
  276. Special: iron_golem_spawner
  277. }
  278. Fireball {
  279. material: fire_charge:0
  280. amount: 1
  281. page: Utility
  282. price-type: %Spawner_Iron%
  283. price-amount: 50
  284. caps-multiply: 1
  285. Special: fireball
  286. }
  287. TNT {
  288. material: tnt:0
  289. amount: 1
  290. page: Utility
  291. price-type: %Spawner_Gold%
  292. price-amount: 5
  293. caps-multiply: 1
  294. }
  295. EnderPearl {
  296. material: enderpearl:0
  297. amount: 1
  298. page: Utility
  299. price-type: %Spawner_Gold%
  300. price-amount: 10
  301. caps-multiply: 1
  302. }
  303. Water Bucket {
  304. material: water_bucket:0
  305. amount: 1
  306. page: Utility
  307. price-type: %Spawner_Emerald%
  308. price-amount: 1
  309. caps-multiply: 1
  310. }
Add Comment
Please, Sign In to add comment