config divinity - magemonkeystudio/divinity GitHub Wiki
divinity
โ๏ธ Config: Controls the core identity and messaging behavior of the plugin, including aliases and language settings.
๐ Options
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 ). |
๐งช Example
divinity:
lang: en
command-aliases: div,prorpgitems,rpgitems,rpgi,quantumrpg,qrpg
prefix: Divinity
๐ฌ Notes
- 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.yml
file in thelang/
folder and setlang
to match.