-
Notifications
You must be signed in to change notification settings - Fork 14
Plugin Settings
EncryptSL edited this page May 30, 2025
·
1 revision
The plugin section in config.yml contains global configuration options that define the overall behavior of LiteEco. These settings control translation language, metrics, debug logging, and player name suggestions.
plugin:
translation: EN_US
prefix: "<dark_gray>[<green>Eco<dark_gray>] <dark_green>»</dark_gray>"
metrics: true
vault-debug: false
offline-suggestion-players: true-
Type:
String -
Default:
EN_US - Sets the language used for all plugin messages and system outputs.
- Available translations can be found here:
🔗 Supported Locales (LangKey.kt)
-
Type:
String -
Defines the prefix displayed before all plugin messages in chat.
-
Supports Minecraft MiniMessage format, e.g.:
<dark_gray>[<green>Eco<dark_gray>] <dark_green>»</dark_gray>
-
Type:
true/false -
Default:
true - Enables bStats usage tracking to anonymously collect plugin usage statistics.
-
Type:
true/false -
Default:
false - Enables Vault debug logging, useful for diagnosing integration issues with Vault-based plugins.
-
Type:
true/false -
Default:
true - Controls how player name suggestions behave in command inputs:
-
true– suggests offline players. -
false– suggests only online players.
-
- This setting affects commands like
/eco pay,/eco set, etc.
- Always set a
prefixthat fits your server's theme for better player experience. - If you're experiencing Vault compatibility issues, try setting
vault-debugtotruefor detailed logs. - For servers with many offline players, enabling
offline-suggestion-playerscan help with economy management.