So I've had a couple people now requesting that I add a cooldown to the vanilla totem behavior as well. So... here it is!
To enable it in the plugin, simply add this text to your config file.
(If you don't add it, the feature will not enable, and the plugin will work normally)
Code (YAML):
# Whether cooldowns should be applied to vanilla totems (totems in hand when dying)
CooldownOnVanillaBehavior
: true
I also added custom potion effects.
You will HAVE to add this to your config otherwise the plugin will not work.
Code (YAML):
TotemEffects
:
-
"SLOW_FALLING"
-
"REGENERATION"
-
"DAMAGE_RESISTANCE"
-
"ABSORBTION"
Hope y'all enjoy!
Let me know on Here or via Discord if any issues arise with this version.
Have a wonderful week!