IMPORTANT - MaxTools admin files

Do not edit files randomly. Some files are active files, some are language profiles, and some are internal templates.

MAIN FILES ADMINS CAN EDIT

1) lang/messages_en.yml
   English plugin messages.
   Edit this for command messages, permission messages, tool names, enchantment names, and testtool messages.

2) lang/messages_es.yml
   Spanish plugin messages.
   Edit this for Spanish command messages, permission messages, tool names, enchantment names, and testtool messages.

3) language_profiles/config_en.yml
   English config profile.
   Edit this for English-specific config, Discord texts, prefix, and general options.

4) language_profiles/config_es.yml
   Spanish config profile.
   Edit this for Spanish-specific config, Discord texts, prefix, and general options.

5) language_profiles/menus_en.yml
   English menu profile.
   Edit this for English GUI menu titles, item names, lores, slots, materials, and layout.

6) language_profiles/menus_es.yml
   Spanish menu profile.
   Edit this for Spanish GUI menu titles, item names, lores, slots, materials, and layout.

7) evolution.yml
   Global evolution configuration.
   Edit this for milestones, abilities, tracked tools, rewards, and evolution behavior.

FILES TO BE CAREFUL WITH

1) config.yml
   This is the currently active config.
   If language-profile-sync is enabled, this file can be replaced when changing language.

2) menus.yml
   This is the currently active menu config.
   If language-profile-sync is enabled, this file can be replaced when changing language.

3) extra_lang/config_es.yml
   Spanish template file.
   Do not use this as the main admin config unless the plugin documentation says so.

4) extra_lang/menus_es.yml
   Spanish template file.
   Do not use this as the main admin menu file unless the plugin documentation says so.

5) test-tools.yml
   Internal test tool registry.
   Usually do not edit this manually.

RECOMMENDED WORKFLOW

If you use /met lang and general.language-profile-sync is true:

- Edit messages in:
  lang/messages_en.yml
  lang/messages_es.yml

- Edit per-language menus in:
  language_profiles/menus_en.yml
  language_profiles/menus_es.yml

- Edit per-language config in:
  language_profiles/config_en.yml
  language_profiles/config_es.yml

- Edit evolution behavior in:
  evolution.yml

After editing files, run:
  /met reload

If the language_profiles folder does not exist yet:
  1. Start the server.
  2. Use /met lang and switch language once.
  3. Switch back if needed.
  4. The plugin will create the profile files.
  5. Stop the server or edit carefully, then run /met reload.
