If it is, that would be enormously helpful.
They’ve said somewhere that annotated commands will be supported, yes (assuming you’re referring to that). It still lets you register commands programmatically for those that need it (I do )
edit: source
We will be registering commands dynamically most likely. Convention > configuration
Intake is extremely modular:
CommandCallable is an interface that (essentially) takes callable.execute(sender, arguments).
Dispatcher (an interface) is also a CommandCallable, but it lets you register commands on it, so callable.execute(sender, "addmember") would call an “addmember” subcommand.
If you want a “command manager,” you just use a Dispatcher at the top.
If you want subcommands, then you use a Dispa…
1 Like
sk89q
November 26, 2014, 10:29am
3
No, not yet.
I would likely rewrite it if I do,