Releases: Chiarchiaooo/CommandBlocker
update 10, Code Cleanup & Features update
CHANGELOGS:
[ / ] General code cleanup, fixed console messges and placeholders management
[ - ] Removed command /cmdblock restart since useless
[ + ] Added command /cmdblock reset [<CONFIRM>], resets the config file default values (IRREVERSIBLE)
New Contributors
- @AlbeMiglio made their first contribution in #2
Update 9 (Plugin redesign)
CHANGELOGS:
[ / ] Complete redesign of the plugin
[ / ] Fixed command groups
Update 8 (1.19x Support)
[+] Added 1.19x support
Update 7 (Added PlaceholerAPI)
[+] Added PlaceholerAPI support in the plugin messages
update 6 (this.config is null startup error)
[ / ] Fixed Startup error (Cannot invoke "org.bukkit.configuration.file.FileConfiguration.getStringList(String)" because "this.config" is null)
Update 5 (Console commands warn fix & code improvement)
CHANGELOG:
[ / ] Fixed Console Warning (NullPointerException) when executing some commands as console
[ / ] General improvement of the code
Update 4 (General Code Improval + added new features)
Additions:
-
Added command /cmdblock (replacement of /cmdblockreload)
-
args:
- help: shows plugin help
- reload: reload plugin config
- restart: force a plugin restart
-
1.18 support
Update 3 (Addded reload command)
CHANGLOGS:
» Added Command /cmdblockreload (Reloads the config file), permission: cmdblock.reload
Update 2 (Blocker Fix)
Fixed 'Unknown Command' message even if the command is whitelisted in the config file
Update 1 (NullPointerException Fix)
Fixed load error (java.lang.NullPointerException: Cannot invoke "org.bukkit.command.PluginCommand.setExecutor(org.bukkit.command.CommandExecutor)" because the return value of "it.chiarchiaooo.commandblocker.Main.getCommand(String)" is null)