◆ Charged and Normal Give Commands
───────────────────────────
Added a new parameter to the "/tce give" command, with two values:
• Use /tce give <player> normal <quantity> to give the player a non-charged TCE egg.
• Use /tce give <player> charged <quantity> to give the player a charged TCE egg.
You can still use the old command style: "/tce give <player> <quantity>" to give the player a non-charged TCE egg. This is for legacy reasons so the commands that are set in automatic systems still work, but it is preferred that they are switched to the new ones.
◆ Charged Creeper Eggs
─────────────────
A new section in the config was added for charged creeper eggs.
● In accordance to the
new charged creeper egg feature; if you already had a
config file generated before this update and you would like to configure the
charged creeper egg section, then please regenerate your
config file or add the following default lines under the
"creeper-egg" section in your
config file:
Code (YAML):
creeper-egg-charged:
explosion-radius
: 10
glowing
: true
material
: CREEPER_SPAWN_EGG
# Change for different versions of Minecraft
display-name
:
"&bCharged &eThrowable Creeper Egg"
lore
:
-
"&8Sssssssssssss"
-
"&fLeft Click &7in the air"
-
"&7to throw this &aCharged Creeper Egg"
◆ Small Fix: Glowing Option
─────────────────────
The
glowing option now works on all versions of Minecraft.
(1.8 - 1.19)
Glowing is enabled by default on the charged creeper egg. You can change this in the config.
◆ Small Fix: Given Quantities Stacking
────────────────────────────
TCE eggs that were given in different quantities would not stack with other TCE eggs that had a different quantity when given. This should hopefully be fixed now.
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.