You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Persistent player actionbar toggle (#4)
+ Implemented Persistent /toggle
+ Main function loads the cache file
* Optimized caching, instead of Players we are storing UUIDs
+ Version Bump
* Updated Reload command to also reload the toggle cache
Feature/commands (#3)
* Added initial command framework and updated the plugin.yml
* plugin.yml
+ DDCommand
+ CommandManager
+ InfoCommand
* Implemented most of hte logic of the commands
+ Toggle command
* Toggle command functionality in DamageHandler event
+ Help command
* Updated plugin.yml
+ Reload command
+ Reload command functionality
* Fixed slight issue with info command
* Fixed info command
* Version Bump
* Beautified the info command
* Fixed the command registration
* Polished, fixed and implemented all commands
* Updated README.md