HelpCommand
Prints the greeting line from CannonMessagesConfig followed by every registered CannonRTP subcommand, pulling usage and description directly from the MagmaCore command metadata. No hardcoded command list to drift out of sync.
Reads the CannonRTP-specific CommandManager from CommandHandler — CommandManager.getCommandManagers() is a shared registry across every MagmaCore-based plugin on the server, so iterating it directly would leak other plugins' commands into /wc help.
Inherited properties
Inherited functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public String getStringSequenceArgument(String key, CommandSender commandSender, Array<String> args)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public static Command toBukkitCommand(JavaPlugin plugin, AdvancedCommand delegate, String name, List<String> aliases)