diff --git a/Command-Help.md b/Command-Help.md index 727092a..967d3dd 100644 --- a/Command-Help.md +++ b/Command-Help.md @@ -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.