From a6e08640caf62247da282559e1029127f09dc2e4 Mon Sep 17 00:00:00 2001 From: Daniel Ennis Date: Wed, 10 Jan 2018 21:08:01 -0500 Subject: [PATCH] Updated Command Help (markdown) --- Command-Help.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.