-
Notifications
You must be signed in to change notification settings - Fork 14
config core
goflishMC edited this page Apr 22, 2025
·
1 revision
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.
| 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. |
core:
command-aliases: divinity
lang: en
prefix: Divinity- If both
core:anddivinity:exist, only thedivinity:section is used. - This exists primarily for backward compatibility or emergency fallback.