Skip to main content

โš™๏ธ Plugin Settings

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.


๐Ÿ”ง Configuration Exampleโ€‹

plugin:
translation: EN_US
prefix: "<dark_gray>[<green>Eco<dark_gray>] <dark_green>ยป</dark_gray>"
metrics: true
vault_debug: false
offline_suggestion_players: true

๐Ÿ—ฃ๏ธ translationโ€‹

  • Type: String
  • Default: EN_US
  • Sets the language used for all plugin messages and system outputs.
  • Available translations can be found here:
    ๐Ÿ”— Supported Locales

๐Ÿท๏ธ prefixโ€‹

  • 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>

๐Ÿ“Š metricsโ€‹

  • Type: true / false
  • Default: true
  • Enables bStats usage tracking to anonymously collect plugin usage statistics.

๐Ÿช› vault_debugโ€‹

  • Type: true / false
  • Default: false
  • Enables Vault debug logging, useful for diagnosing integration issues with Vault-based plugins.

๐Ÿ‘ค offline_suggestion_playersโ€‹

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

tip
  • Always set a prefix that fits your server's theme for better player experience.
  • If you're experiencing Vault compatibility issues, try setting vault_debug to true for detailed logs.
  • For servers with many offline players, enabling offline_suggestion_players can help with economy management.