The Ignore-MiniMessage
option allows users to configure whether CommandPrompter ignores MiniMessage syntax when parsing prompts.
You can customize the Ignore-MiniMessage
option by editing the appropriate configuration file, typically named "config.yml" or similar, with the following:
In this example, CommandPrompter is configured to ignore MiniMessage syntax.
The Ignore-MiniMessage
option ensures that CommandPrompter's parser does not mistake MiniMessage syntax for a prompt. This prevents conflicts and allows users to use both CommandPrompter and MiniMessage without interference.
To disable the ignoring of MiniMessage syntax, set the configuration as follows:
This will enable CommandPrompter to parse MiniMessage syntax along with prompts.