config core - magemonkeystudio/divinity GitHub Wiki

๐Ÿงฉ Config: core

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: and divinity: exist, only the divinity: section is used.
  • This exists primarily for backward compatibility or emergency fallback.