mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
Updated Command Help (markdown)
@@ -4,6 +4,12 @@ The Command System currently works with no bugs, but it is considered an [Unstab
|
||||
|
||||
We do not anticipate any large changes to this system that would break your code in significant ways though, so the risk is extremely low.
|
||||
|
||||
In order to use the Help API, you must call in your manager before registering any commands:
|
||||
|
||||
```java
|
||||
manager.enableUnstableAPI("help")
|
||||
```
|
||||
|
||||
## Purpose
|
||||
This system allows ACF to generate help documents to the command issuer.
|
||||
If fed input, it will search all of the command metadata and filter the command list to potential desired commands.
|
||||
|
||||
Reference in New Issue
Block a user