Skip to content

v1.1.5

Compare
Choose a tag to compare
@Mqzn Mqzn released this 17 Apr 09:46
· 5 commits to master since this release

What's new in 1.1.5?

  • FIXED: not checking properly for syntax permission on execution

  • FIXED: permission-filtering the subcommand suggestions to the player

  • NEW FEATURE: Added execution coordinator per command (each command will have it's own execution coordinator)

  • NEW FEATURE: Changed the basic format of annotated command method, allowing the ability to use the raw-arguments entered :
    Old-Format -> public void exec(YourSenderType sender)
    New-Format -> public void exec(YourSenderType sender, CommandArgs args)

  • Added more documentation in the code

  • Removed all annoying debugging