◆ Charged Chance Feature
──────────────────
You can now throw creeper eggs that have a configurable chance out of 100 to turn into charged creepers. The explosion radius is multiplied by a configurable amount for charged creepers.
| Feature disabled by default
One completely new
main configuration section is added to the
config:
| randomly-charged
● In accordance to the
new feature - if you already had a
config file generated before this update and you would like to configure the new feature, then please regenerate your
config file or add the following default lines on the
very bottom of your
config file:
Code (YAML):
# If enabled, a thrown creeper egg has a chance out of 100 of becoming a charged creeper when exploding.
# If the creeper is charged, then the explosion radius defined in the "options" section will be
# multiplied by the "explosion-radius-multiplier".
randomly-charged:
enabled
: false
charged-chance
: 10
explosion-radius-multiplier
: 2
◆ Default Messages Section Change In Config
───────────────────────────────
In the default prefix of all the messages, the "TCE" part was yellow colored - "&e" but it has been changed to a green color - "&a".
In the "reloaded-config" line under the "messages" section, "config.yml" was changed to "config".
If you find any bugs in this update - please enter the discussion and post some information about it - thanks!
I will try to fix any reported bug(s) as soon as possible.