Pack: Confetti Creepers - teakivy/teaks-tweaks GitHub Wiki
confetti-creepers
)
Pack: Confetti Creepers (Confetti Creepers adds a chance that each creeper will explode into confetti and do no damage to blocks.
Showcase
Config
The config for this pack can be found in the config.yml
file for the plugin.
# Confetti Creepers
# There is a chance each creeper will explode into confetti and do no damage to blocks.
confetti-creepers:
enabled: false
# The % Chance a creeper will be a confetti creeper
confetti-chance: 100
# The % of damage to reduce from explosion damage on entities (players, mobs, etc)
entity-damage-reduction: 50
# Whether or not to do damage to blocks nearby
do-block-damage: false
Options
enabled
- Type -
boolean
- Default -
false
- Description - Controls whether the pack is enabled.
confetti-chance
- Type -
int
- Default -
100
- Description - Sets the chance that a Creeper will be a Confetti Creeper (
0
for no Confetti Creepers,100
for only Confetti Creepers, etc.)
entity-damage-reduction
- Type -
int
- Default -
50
- Description - Controls whether the percent of damage done to entities (
0
for full damage,100
for no damage, etc.)
do-block-damage
- Type -
boolean
- Default -
false
- Description - Controls whether the explosion does damage to blocks.
Messages
"confetti_creepers.name": "Confetti Creepers",
"confetti_creepers.description": "There is a chance each creeper will explode into confetti and do no damage to blocks.",
confetti_creepers.name
- Default -
Confetti Creepers
confetti_creepers.description
- Default -
There is a chance each creeper will explode into confetti and do no damage to blocks.