glen3b/BukkitLib

Command API

Closed this issue · 1 comments

Have a command API system for plugins with a base command and subcommands. This should include an abstract class or interface for extending to execute a subcommand, a way to register subcommand descriptions/names/aliases/arguments, and tab complete for the subcommands (and potentially subcommand arguments).

Closed in dfefe02.