-
Notifications
You must be signed in to change notification settings - Fork 7
Getting Started
Vitor Albert edited this page Mar 6, 2026
·
1 revision
Players can change their language using the main command:
-
/lang set <language_code>-
Example:
/lang set pt_brto switch to Brazilian Portuguese. -
Example:
/lang set en_usto switch to American English.
-
Example:
To see all available languages:
/lang list
To automatically detect your client's language (if supported):
/lang auto
- Go to the
plugins/IGLanguages/langs/folder. - Create a new folder for your language (e.g.,
fr_frfor French). - Copy the files from
en_usinto your new folder. - Translate the YAML files inside.
- Run
/lang reloadto apply changes.
Next: Configuration