config divinity - magemonkeystudio/divinity GitHub Wiki

โš™๏ธ Config: divinity

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 the lang/ folder and set lang to match.