Text commands¶
Note
This is a wiki stub, while this allows you to know such features exist, there is little to no content about it, however, you can:
- Ask questions about it in the support server
- Help create this wiki by contributing directly, or by suggesting what topics should be explained, how they should be structured, give relevant use cases/examples...
Help command¶
A built-in help command is available.
Disabling it¶
You can disable them with BTextConfigBuilder.isHelpDisabled
.
Creating your own¶
To replace the built-in help command, as well as handling invalid command usages, see IHelpCommand
.