Skip to main content
This page explains how to configure TimedWings using the config.yml file generated after first launch. You can find the file at:

🌐 Language Settings

TimedWings supports multi-language through locale-based .yml files.
  • default: Language used by default.
  • use-client-language.status: If true, uses the player’s Minecraft client language.
  • fallback-language: Used when translation for the player’s language is missing.
πŸ“ Place language files in the /languages folder using locale codes (e.g., en_us.yml, tr_tr.yml, de_de.yml)
More locale codes: Minecraft Language List

πŸ’Ύ Storage Settings

  • Available types: yaml, sqlite, mysql, h2

MySQL Configuration

Only required if you are using mysql as your storage type:
🧠 MySQL is required for multi-server setups to sync player data across instances.

πŸ” Unlimited Flight Permissions

Players with any of these permissions will not be limited by time and can fly freely.

🌍 Disabled Worlds

Players in these worlds can fly without time limits (if they have permission).

✈️ Auto-Fly

If enabled, players will automatically enter flight mode when entering a flyable area (with flight time available).

πŸ“Š Action Bar Display

  • enabled: Toggle action bar messages on/off
  • duration-format: Format of the remaining time in the action bar Placeholders: {y}, {mo}, {d}, {h}, {m}, {s}
  • always-display: If true, shows the action bar even when not flying
✏️ To change the message appearance (colors, icons, etc.), edit your selected language file in /languages/.

Need help? Join our Discord