gearConfig

Basic description of the config file.

Lang

Specifies the language file that the plugin will use. By default, only the 'EN' file is available. To add more languages, duplicate and edit the YAML files in the Langs folder.

# Currently supports: EN
language: EN

Settings

Plugin settings such as API keys, commands etc.

# License key for the plugin
license-key: HIDDEN
# Main command name for the plugin
command: realm
# Aliases for the main command
aliases:
- realms
# Admin command name for the plugin
admin-command: realmsadmin
# Aliases for the admin command
admin-aliases:
- realmadmin

Paster

Schematic paster settings

Thread Settings

These settings are used to configure the thread pool for the plugin

Number Settings

Title Settings

Last updated