Added 2 new commands
+ /ie fireworkpower <amount 0-5>
vanilla power limit is 3
spigot allow to set power up to 128
but going above 5 may cause some TPS drops or even server crash so i did set 5 as limit
for 1.11+
+ /ie spawnereggtype <entitytype>
some eggstype won't be able to spawn entity (like minecart spawner egg, arrow spawner egg and so on)
if you don't want to regen the config file just be sure to add
Code (Text):
fireworkpower:
description: "&bSet firework's power\n&3<power> &bis the power\n&bpower may be an int value between 0 and 5"
help: "<power>"
spawnereggtype:
description: "&bSet the type of entity spawned by the egg\n&3<entitytype> &bis the type of the entity\n&bOnly some types are spawnable by eggs"
help: "<entitytype>"
at the end of the file