Package wbs.utils.util.commands


package wbs.utils.util.commands
Utilities for making tab completable commands in a structural way, as opposed to large command parsing methods.
  • Class
    Description
     
    Who can use a given command
    A command executor that is run entirely by the subcommands added to it.
    An implementation of WbsSubcommand that simply passes the command to a given subcommand, including tabbing, or provides default usage messages when no args or incorrect args are given.
    A specific implementation of WbsSubcommand that's commonly used in plugins that use WbsSettings to track configs.
    A specific implementation of WbsSubcommand that's commonly used in plugins that use WbsSettings to track configs.
    A "leaf" of a WbsCommand.