Big update that is pretty much a total rewrite to the plugin!
Everything should work the exact same way it did before. Please make an issue report on the GitHub if things don't behave the way you expect them to!
Additions:
+ Recoded the plugin so it can use totems from other plugins
->This should mean greater compatibility with other plugins, including
ExecutableItems.
Thanks for the bug report on GitHub Chris6ix <3
+ Added option to enable/disable resetting cooldowns when a player dies
+ Added Cooldown messages to tell players when their cooldown is over
-> Cooldown messages can be changed in the configuration file
-> Messages can have hex color codes and you can add a custom prefix
-> You can also optionally turn off any of the messages you don't like
(Also a big thank you to 128931 on github for his commits for code cleanup!)
IMPORTANT:
-This update contains configuration file changes.
To stay up to date, regenerate the configuration file by deleting your config.yml and restarting your server.
Alternatively you can add the following lines to the bottom of the config yourself:
Code (YAML):
# Should dying reset the cooldown?
resetCooldownOnDeath
: true
# // MESSAGES \\
# Note: You can use HEX color codes, just make sure they follow the following format -> &#FFFFFF Example: ␐A3
prefix
: '&
#9232A3[FAFFFAutoTotem␐A3]FAFFF '
# Should AutoTotem send a message at the start of a cooldown? (Cooldown placeholder = [TIME] )
sendCooldownStartMessage
: true
cooldownStartMessage
:
"Totem activated! ␐A3Cooldown will end in [TIME] seconds."
# Should AutoTotem send a message at the end of a cooldown?
sendCooldownEndMessage
: true
cooldownEndMessage
:
"You are no longer on cooldown."
# Should AutoTotem send a message when cooldown is reset by dying?
sendResetOnDeathMessage
: true
resetOnDeathMessage
:
"You are no longer on cooldown."
For the most current version of the config file you can always visit
here.
If you like the plugin please rate it 5 stars and drop a star on the github
