Skip to content

Releases: Chiarchiaooo/CommandBlocker

update 10, Code Cleanup & Features update

30 Nov 23:48
d99b397
Compare
Choose a tag to compare

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

Update 9 (Plugin redesign)

05 Aug 23:41
6b509c0
Compare
Choose a tag to compare

CHANGELOGS:

[ / ] Complete redesign of the plugin

[ / ] Fixed command groups

Update 8 (1.19x Support)

03 Aug 21:05
Compare
Choose a tag to compare

[+] Added 1.19x support

Update 7 (Added PlaceholerAPI)

16 May 15:57
Compare
Choose a tag to compare

[+] Added PlaceholerAPI support in the plugin messages

update 6 (this.config is null startup error)

30 Apr 08:39
Compare
Choose a tag to compare

[ / ] 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)

19 Apr 09:24
Compare
Choose a tag to compare

CHANGELOG:

[ / ] Fixed Console Warning (NullPointerException) when executing some commands as console

[ / ] General improvement of the code

Update 4 (General Code Improval + added new features)

09 Mar 00:15
Compare
Choose a tag to compare

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)

01 Feb 19:25
Compare
Choose a tag to compare

CHANGLOGS:

» Added Command /cmdblockreload (Reloads the config file), permission: cmdblock.reload

Update 2 (Blocker Fix)

31 Jan 17:09
Compare
Choose a tag to compare

Fixed 'Unknown Command' message even if the command is whitelisted in the config file

Update 1 (NullPointerException Fix)

31 Jan 16:40
Compare
Choose a tag to compare

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)