The configuration file is located at plugins/DansEssentials/config.yml and is created automatically on first run.
Options are listed in the order they appear in the default config.yml.
Type: string
Default: set automatically to the current plugin version
Description: Records the plugin version that last wrote this config file. Used internally to detect version mismatches and apply defaults for new options. Do not edit this value manually.
Example:
version: v2.3.0Type: boolean
Default: false
Description: When set to true, the plugin outputs additional diagnostic messages to the server console. Useful for troubleshooting. Disable in production.
Example:
debugMode: false