Placeholder for my idea for help on the commands.

This commit is contained in:
graywolf336 2015-11-02 11:49:31 -06:00
parent e5e6153806
commit b7013d578c

View File

@ -72,4 +72,11 @@ public @interface CommandInfo {
* @return The usage message. * @return The usage message.
*/ */
public String usage(); public String usage();
// /**
// * Gets the help messages for this command, color codes enabled.
// *
// * @return List of message strings to send as help.
// */
// public String[] help();
} }