Happy New Year to Everyone
(Sorry for the delay)
-
Updated libraries.
-
Added 1.21.11 Support.
-
Updated Tab Completer for the command: "/commandsmanager reset <player_name> <all/command>"
-
Added BossBar for LoadingBar during Delay.
-
Now "expired" cooldowns will be automatically deleted from the cooldowns file, every time the cooldowns file will be saved.
-
Now the cooldowns file will no longer be saved every time a cooldown is manually removed, making everything as efficient as possible. So, cooldowns will only be automatically saved in the cooldowns file only when the server is stopped (of course, if MySQL is disabled).
-
Optimized internal lists: previously, Player objects were temporarily stored, now only player's name is temporarily stored.
-
Added a feature that checks whether the plugin version is up to date. When you type "/commandsmanager help", if the version is up to date, the version text will be green; otherwise, the version text will be red.
I recommend everyone to add these lines in the configuration file under the loadingBar entry:
Code (YAML):
loadingBar:
symbol
:
"[]"
completedColor
:
"&a"
notCompletedColor
:
"&c"
bossBar:
enabled
: true
replaceActionBar
: false
#If 'progress' is set to true, when the player needs to authenticate, the boss bar will decrease every second.
progress
: true
#Only works for 1.9+ versions.
color
: RED
#Only works for 1.9+ versions.
style
: SOLID
message
:
"&cYou need to wait &e%command_time_delay% &cseconds to execute &e%command_name%&c."