Placeholder for my idea for help on the commands.
This commit is contained in:
parent
e5e6153806
commit
b7013d578c
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user