Skip to content

Getting Started

Vitor Albert edited this page Mar 6, 2026 · 1 revision

🚀 Getting Started

Setting Your Language

Players can change their language using the main command:

  • /lang set <language_code>
    • Example: /lang set pt_br to switch to Brazilian Portuguese.
    • Example: /lang set en_us to switch to American English.

To see all available languages:

  • /lang list

To automatically detect your client's language (if supported):

  • /lang auto

Adding New Languages

  1. Go to the plugins/IGLanguages/langs/ folder.
  2. Create a new folder for your language (e.g., fr_fr for French).
  3. Copy the files from en_us into your new folder.
  4. Translate the YAML files inside.
  5. Run /lang reload to apply changes.

Next: Configuration

Clone this wiki locally