◆ New Additions
───────────
• New config line under
options called
explode-in-mid-air | Default value is
true | Value changes whether the
TCE Creeper can
explode while flying through the air
• New config line under
options called
explosion-destroys-blocks | Default value is
true | Value changes whether the
TCE Creeper can
explode blocks | The value of this line
doesn't affect "tce-break-spawners"
• New config line under
options called
explosion-damages-entities | Default value is
true | Value changes whether the
TCE Creeper
damages other entities on explosion
◆ Small Change
──────────
• If a player is
blown up by another player's TCE creeper, then the
death message will include the
name of whoever threw the creeper | Example :
Player1 was blown up by Creeper is changed to
Player1 was blown up by Player2's Creeper
◆ New API Methods
─────────────
• Added new
Methods in the
API called
getWhoThrewCreeperUUID which accepts a parameter of
org.bukkit.entity.Item or
org.bukkit.entity.Creeper and returns a
UUID value of the player that threw the Creeper Egg
• Added new
Methods in the
API called
getWhoThrewCreeperName which accepts a parameter of
org.bukkit.entity.Item or
org.bukkit.entity.Creeper and returns a
String value of the player's name that threw the Creeper Egg
● In according to the
new additions, if you already had a config file generated before this update and you would like to
change the new options' values, please
regenerate your config or
add the new lines under "
options:" like the other lines.
Code (YAML):
explode-in-mid-air
: true
explosion-destroys-blocks
: true
explosion-damages-entities
: true