sk89q-command-framework icon indicating copy to clipboard operation
sk89q-command-framework copied to clipboard

A command framework by sk89q

Results 5 sk89q-command-framework issues
Sort by recently updated
recently updated
newest added

The `@Console` annotation was previously not enforced (allowing the console to execute commands not annotated with `@Console`), so I added a check in the Bukkit module. I also updated some...

Hi, I'm calling unregisterCommands(); in onDisable (using PlugMan to disable the plugin) - the commands still work. The expected outcome would be for them to no longer work. Using the...

Does someone have a sample how to use the command framework for Bukkit and Bungeecord? A little bit more documentation about it would be cool...

It seems that this project has branched pretty far from WorldEdit's framework, so I'm wondering if it should be refactored into an Overcast Network project. sk89q could still be credited...

When a nested command has a boolean flag, hasFlag() always returns false.

bug