For LiteEco Plugin Users I’m back and fully committed to the project again. I apologize for the previous period of limited updates due to personal matters.
LiteEco remains a lightweight, high-performance economy solution. While support might be more focused on critical issues and community-driven suggestions, I am dedicated to keeping the plugin stable and modern for today's server environments.
⚙️ Requirements & Compatibility
•
Recommended Software:Paper or
Folia (Full multi-threading support!)
•
Paper API: Required. The plugin
will NOT work on vanilla Spigot or CraftBukkit.
•
Proxy Support: ❌ Not supported (No BungeeCord/Velocity support).
Vault or VaultUnlocked: Required for economy linking.
Towny: Due to fake UUID generation, compatibility may be limited.
Treasury API: Currently not supported.
Commands & Permissions
Player Commands
Code (YAML):
/money help:
permission: "lite.eco.help" description: "Displays help for all available player commands." /money bal [username] (currency):
permissions: ["lite.eco.balance",
"lite.eco.balance.others"] description: "Check your balance or others. Supports multiple currencies." /money top:
permission: "lite.eco.top" description: "Displays the leaderboard of the wealthiest players." /money pay <username> <amount> (currency):
permissions: ["lite.eco.pay",
"lite.eco.pay.(currency)"] description: "Sends money to another player."
Admin Commands
Code (YAML):
/eco add/set/withdraw <username> <amount> (currency):
permissions: ["lite.eco.admin.add",
"lite.eco.admin.set",
"lite.eco.admin.withdraw"] description: "Manage player balances. Supports vanilla selectors (@a, @p)." /eco database import/export <argument>:
permission: "lite.eco.admin.import" /
"lite.eco.admin.export" description: "Manage database migrations. Now includes faster batch processing." /eco config lang/reload:
permission: "lite.eco.admin.lang" /
"lite.eco.admin.reload" description: "Quickly change language or reload configuration files." /eco debug <failmode/janitor/inspect/stress>:
permission: "lite.eco.admin.debug.*" description: "Advanced tools for database testing and synchronization."