Advertisement
Crommgames

Untitled

Nov 26th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. # Wiki Page: http://mbedwars.marcely.de/index.php/Config_itemspawner
  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.  
  8. # The names of the sounds in 1.9 or higher are different:
  9. # Iron: BLOCK_WOOD_BREAK
  10. # Gold: BLOCK_STONE_BREAK
  11. # In 1.8 or less:
  12. # Iron: DIG_WOOD
  13. # Gold: DIG_STONE
  14.  
  15. %Spawner_Bronze% {
  16. id: bronze
  17. material: clay_brick:0
  18. radius: 0
  19. spawndelay: 1.0
  20. spawneffect: none
  21. spawnsound: none
  22. color: yellow
  23. merge: true
  24. }
  25. %Spawner_Iron% {
  26. id: iron
  27. material: iron_ingot:0
  28. radius: 0
  29. spawndelay: 15.0
  30. spawneffect: cloud
  31. spawnsound: dig_wood
  32. color: gray
  33. merge: true
  34. hologram: iron_block
  35. }
  36. %Spawner_Gold% {
  37. id: gold
  38. material: gold_ingot:0
  39. radius: 0
  40. spawndelay: 50.0
  41. spawneffect: mobspawner_flames
  42. spawnsound: dig_stone
  43. color: gold
  44. merge: true
  45. hologram: gold_block
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement