Updated doc
This commit is contained in:
parent
5b13548fa4
commit
ba95f628a0
1 changed files with 3 additions and 4 deletions
|
@ -23,8 +23,7 @@ public abstract class TBMCCommandBase {
|
||||||
* The command's path, or name if top-level command.<br>
|
* The command's path, or name if top-level command.<br>
|
||||||
* For example:<br>
|
* For example:<br>
|
||||||
* "u admin updateplugin" or "u" for the top level one<br>
|
* "u admin updateplugin" or "u" for the top level one<br>
|
||||||
* <br>
|
* <u>The path must be lowercase!</u><br>
|
||||||
* <u>Note:</u> If you have a command which has subcommands (like /u admin), you need a separate command class for that as well.
|
|
||||||
*
|
*
|
||||||
* @return The command path, <i>which is the command class name by default</i> (removing any "command" from it)
|
* @return The command path, <i>which is the command class name by default</i> (removing any "command" from it)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue