Configuration for server owners
The CommandAPI has a few configuration options to change how it functions. These options can be configured in the plugins/CommandAPI/config.yml
file, which is generated automatically when the CommandAPI runs for the first time.
The default config.yml
is shown below:
verbose-outputs: false
create-dispatcher-json: false
plugins-to-convert: []
Configuration settings:
verbose-outputs
- Iftrue
, outputs command registration and unregistration logs in the consolecreate-dispatcher-json
- Iftrue
, the CommandAPI creates acommand_registration.json
file showing the mapping of registered commands. This is designed to be used by developers - setting this tofalse
will improve command registration performanceplugins-to-convert
- Controls the list of plugins to process for command conversion. See Command conversion for more information!