-
Notifications
You must be signed in to change notification settings - Fork 14
config divinity
goflishMC edited this page Apr 22, 2025
·
1 revision
Controls the core identity and messaging behavior of the plugin, including aliases and language settings.
| Key | Description |
|---|---|
lang |
The language file to load from the lang/ folder. Must match a valid filename prefix like messages_en.yml. |
command-aliases |
Comma-separated list of alternate names players can use for the /divinity command. |
prefix |
A short prefix displayed in all plugin messages. Supports color codes (e.g. &e, &6). |
divinity:
lang: en
command-aliases: div,prorpgitems,rpgitems,rpgi,quantumrpg,qrpg
prefix: Divinity- You can safely add or remove command aliases to match other plugins you're replacing.
- To add a new language, create a corresponding
messages_xx.ymlfile in thelang/folder and setlangto match.