Skip to content

Language Support

comonier edited this page Mar 2, 2026 · 1 revision

🌍 Multi-Language System

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.

⚙️ How to Change Language

  1. Open your plugins/AutoGod/config.yml file.
  2. Locate the language key.
  3. Change the value to your preferred language code:
    • English: language: en
    • Portuguese: language: pt
  4. Save the file.
  5. Run /autogod reload in-game or via console.

📝 Customizing Messages

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."

Clone this wiki locally