-
Notifications
You must be signed in to change notification settings - Fork 0
Language Support
comonier edited this page Mar 2, 2026
·
1 revision
AutoGod 1.3 comes with a built-in bilingual system. You don't need to create separate files; everything is managed within a single messages.yml for your convenience.
- Open your
plugins/AutoGod/config.ymlfile. - Locate the
languagekey. - Change the value to your preferred language code:
-
English:
language: en -
Portuguese:
language: pt
-
English:
- Save the file.
- Run
/autogod reloadin-game or via console.
You can edit all messages directly in the messages.yml file. The structure is divided by language keys:
en:
prefix: "&8[&bAutoGod&8] &f"
god-enabled: "God mode has been &aactivated&f."
pt:
prefix: "&8[&bAutoGod&8] &f"
god-enabled: "Modo God foi &aativado&f."