Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # minebombs.yml
- bombs:
- small_bomb:
- name: "&cSmall Mine Bomb &7(Right click to throw)"
- lore:
- - ""
- - "&7How to use:"
- - "&7Right-click this Bomb when"
- - "&7standing over/inside a Mine."
- - ""
- - "&7Cooldown: &e%cooldown%s"
- - "&7Radius: &b%radius%"
- material: TNT
- enchants:
- - "DURABILITY:3"
- - "UNBREAKING:1"
- radius: 3
- cooldown: 1 # seconds
- animation: "particles"
- medium_bomb:
- name: "&cMedium Mine Bomb &7(Right click to throw)"
- lore:
- - ""
- - "&7How to use:"
- - "&7Right-click this Bomb when"
- - "&7standing over/inside a Mine."
- - ""
- - "&7Cooldown: &e%cooldown%s"
- - "&7Radius: &b%radius%"
- material: TNT
- enchants:
- - "DURABILITY:3"
- - "UNBREAKING:1"
- radius: 5
- cooldown: 3
- animation: "explosion"
- large_bomb:
- name: "&cLarge Mine Bomb &7(Right click to throw)"
- lore:
- - ""
- - "&7How to use:"
- - "&7Right-click this Bomb when"
- - "&7standing over/inside a Mine."
- - ""
- - "&7Cooldown: &e%cooldown%s"
- - "&7Radius: &b%radius%"
- material: TNT
- enchants:
- - "DURABILITY:3"
- - "UNBREAKING:1"
- radius: 7
- cooldown: 6
- animation: "circle_flame"
- mega_bomb:
- name: "&4Mega Mine Bomb &7(Right click to throw)"
- lore:
- - ""
- - "&7How to use:"
- - "&7Right-click this Bomb when"
- - "&7standing over/inside a Mine."
- - ""
- - "&7Cooldown: &e%cooldown%s"
- - "&7Radius: &b%radius%"
- material: TNT
- enchants:
- - "DURABILITY:5"
- radius: 10
- cooldown: 10
- animation: "shockwave"
- # animations:
- # explosion - Plays an explosion particle, firework burst, and explosion sound.
- # particles - Creates a cloud ring with pling sound.
- # circle_flame - Generates a circular swirl of flame particles with ambient fire sound.
- # spiral - Shoots a rising spiral of end rod particles with portal sound.
- # shockwave - Emits expanding critical hit particles in a ripple pattern with a door-break sound.
- # lightning - Triggers a flash with electric sparks and lightning sound.
- # lava_burst - Erupts random lava bursts and smoke with popping lava sounds.
Add Comment
Please, Sign In to add comment