Advertisement
Guest User

Untitled

a guest
Jan 6th, 2020
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. # Configuration for AsylumBombs
  2. # Update Checker
  3. # Should the plugin check for updates?
  4.  
  5. Update Checker: true
  6.  
  7. # Below you can edit the general settings used for a bomb.
  8.  
  9. Bomb:
  10. Default:
  11. Type: EYE_OF_ENDER
  12. Data: 0
  13. Name: "&a%BOMB% Bomb &7(Right click to throw)"
  14. Lore: []
  15. Excluded Blocks:
  16. - 'BEDROCK'
  17. - 'TNT'
  18. - 'SPONGE'
  19. Auto Smelt:
  20. Enabled: true
  21. List:
  22. - "COAL_ORE -> COAL"
  23. - "IRON_ORE -> IRON_INGOT"
  24. - "GOLD_ORE -> GOLD_INGOT"
  25. - "IRON_ORE -> IRON_INGOT"
  26. - "REDSTONE_ORE -> REDSTONE"
  27. - "DIAMOND_ORE -> DIAMOND"
  28. - "EMERALD_ORE -> EMERALD"
  29. - "COBBLESTONE -> STONE"
  30.  
  31. # What worlds should players not be able to drop bombs?
  32. Disabled Worlds:
  33. - world1
  34. - world2
  35.  
  36. # Bomb Time Formats
  37.  
  38. Time Formats:
  39. GUI: "%hours%h %minutes%m %seconds%s"
  40. Cooldown: "%minutes%m %seconds%s"
  41.  
  42. # Bomb Sounds (default based off of 1.11.2)
  43.  
  44. Bomb Types:
  45. Air Strike:
  46. Sound: "ENTITY_FIREWORK_LARGE_BLAST"
  47. Particle: "FIREWORKS_SPARK"
  48. Bull Dozer:
  49. Sound: "BLOCK_STONE_BREAK"
  50. Particle: "EXPLOSION_LARGE"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement