config core - magemonkeystudio/divinity GitHub Wiki
core
๐งฉ Config: The core
section acts as a fallback for Divinity's basic identity and language settings. It mirrors the structure of the main divinity
section but is only used if divinity:
is missing or fails to load.
This section typically doesn't need to be edited.
๐ Options
Key | Description |
---|---|
lang |
Language file to use from the lang/ folder. |
command-aliases |
Aliases that can be used to trigger the /divinity command. |
prefix |
Prefix used in all plugin messages. Supports color codes. |
๐งช Example
core:
command-aliases: divinity
lang: en
prefix: Divinity
๐ฌ Notes
- If both
core:
anddivinity:
exist, only thedivinity:
section is used. - This exists primarily for backward compatibility or emergency fallback.