CommandManager - An annotation based command system

Hey,

I recently made an annotation based command system for Sponge. Check it out!

If this is in the wrong forum, please let me know.

Looks reasonably cool. Personally, I prefer either Sponge’s or my own command system, but I could see this being useful if a plugin has a large amount of commands it needs to register, especially if they’re simple. The only thing I would suggest is allowing some access to the higher level command API (with parsed arguments, etc.).

What do you mean by this? It already has inputs down, but if you’re talking subcommands, possibly I could do that in the future.

Interesting, another annotation based system. Like it =)

1 Like

I do assume I’m allowed to bump threads, but otherwise I just updated it to version 1.1. This fixed an issue with parameters of your method not being in the right place if they were not supported.