lang messages en - magemonkeystudio/divinity GitHub Wiki

🌐 language.yml

This file defines all messages used by Divinity, including command descriptions, tooltips, error messages, and system feedback. You can fully customize the language to fit your server's theme or translate it into your preferred language.


🛠️ How to Edit

  • Location: The file is located at /plugins/Divinity/language.yml.
  • Editor: Open it using any text editor that supports UTF-8 encoding (e.g. Notepad++, Visual Studio Code, Sublime Text).
  • Format: The file is in YAML format. Be careful to maintain indentation and spacing.
  • Placeholders: Messages may include placeholders like:
    • %player% – name of the player
    • %item% – the item being referenced
    • %amount%, %value%, %time%, etc.
  • Color Codes: Use & followed by a color or style code (e.g. &a, &7, &l) to style text.

After making changes:

✅ Save the file and restart the server to apply your updates.


⚠️ Notes

  • Do not remove required keys or placeholders unless you know they are unused.
  • Improper formatting (like missing colons or incorrect indentation) may cause the plugin to fail loading messages.