This repository was archived by the owner on Apr 12, 2025. It is now read-only.
v1.1.5
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