Guest User

Untitled

a guest
Jul 26th, 2025
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. # minebombs.yml
  2. bombs:
  3. small_bomb:
  4. name: "&cSmall Mine Bomb &7(Right click to throw)"
  5. lore:
  6. - ""
  7. - "&7How to use:"
  8. - "&7Right-click this Bomb when"
  9. - "&7standing over/inside a Mine."
  10. - ""
  11. - "&7Cooldown: &e%cooldown%s"
  12. - "&7Radius: &b%radius%"
  13. material: TNT
  14. enchants:
  15. - "DURABILITY:3"
  16. - "UNBREAKING:1"
  17. radius: 3
  18. cooldown: 1 # seconds
  19. animation: "particles"
  20. medium_bomb:
  21. name: "&cMedium Mine Bomb &7(Right click to throw)"
  22. lore:
  23. - ""
  24. - "&7How to use:"
  25. - "&7Right-click this Bomb when"
  26. - "&7standing over/inside a Mine."
  27. - ""
  28. - "&7Cooldown: &e%cooldown%s"
  29. - "&7Radius: &b%radius%"
  30. material: TNT
  31. enchants:
  32. - "DURABILITY:3"
  33. - "UNBREAKING:1"
  34. radius: 5
  35. cooldown: 3
  36. animation: "explosion"
  37. large_bomb:
  38. name: "&cLarge Mine Bomb &7(Right click to throw)"
  39. lore:
  40. - ""
  41. - "&7How to use:"
  42. - "&7Right-click this Bomb when"
  43. - "&7standing over/inside a Mine."
  44. - ""
  45. - "&7Cooldown: &e%cooldown%s"
  46. - "&7Radius: &b%radius%"
  47. material: TNT
  48. enchants:
  49. - "DURABILITY:3"
  50. - "UNBREAKING:1"
  51. radius: 7
  52. cooldown: 6
  53. animation: "circle_flame"
  54. mega_bomb:
  55. name: "&4Mega Mine Bomb &7(Right click to throw)"
  56. lore:
  57. - ""
  58. - "&7How to use:"
  59. - "&7Right-click this Bomb when"
  60. - "&7standing over/inside a Mine."
  61. - ""
  62. - "&7Cooldown: &e%cooldown%s"
  63. - "&7Radius: &b%radius%"
  64. material: TNT
  65. enchants:
  66. - "DURABILITY:5"
  67. radius: 10
  68. cooldown: 10
  69. animation: "shockwave"
  70.  
  71. # animations:
  72. # explosion - Plays an explosion particle, firework burst, and explosion sound.
  73. # particles - Creates a cloud ring with pling sound.
  74. # circle_flame - Generates a circular swirl of flame particles with ambient fire sound.
  75. # spiral - Shoots a rising spiral of end rod particles with portal sound.
  76. # shockwave - Emits expanding critical hit particles in a ripple pattern with a door-break sound.
  77. # lightning - Triggers a flash with electric sparks and lightning sound.
  78. # lava_burst - Erupts random lava bursts and smoke with popping lava sounds.
Add Comment
Please, Sign In to add comment