Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 816 Bytes

File metadata and controls

33 lines (21 loc) · 816 Bytes

Configuration Guide

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.


version

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.0

debugMode

Type: 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