LiteEco - Simple Economy Plugin 1.21.x
SpigotMCEconomyPlugin, Economy, Money, LiteEco
33.1k downloads 4.6 rating
latest v1.7.5-SNAPSHOT SpigotMC
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.
- Permissions: LuckPerms (recommended), bPermissions.
- Placeholders:
- PAPI: [Click to Read]
- MiniPlaceholders: [Click to Read]
⚠️ Known Conflicts
- 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."
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."
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."
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."
Code (YAML):
# Official settings for LiteEco.
plugin:
translation : EN_US
prefix : "<dark_gray>[<green>Eco<dark_gray>] <dark_green>»</dark_green>"
metrics : true
vault-debug : false
offline-suggestion-players : true
economy:
currencies:
dollars:
currency_name : dollars
currency_plural_name : dollars
currency_singular_name : dollar
currency_format : '$ <money>'
starting_balance : 30
balance_limit : 1000000
balance_limit_check : true
compact_display : false
top_balances:
filtering : false
blacklist :
- ExamplePlayerName
monolog_activity : true
formatting:
currency_pattern : "#,##0.00"
compacted_pattern : "#,##0.0##"
currency_locale : en-US
database:
connection:
driverClassName : "org.sqlite.JDBC"
jdbc_url : "jdbc:sqlite:plugins/LiteEco/database.db"
username : user_name
password : password
sql-plugin-logger : false
Videos
Germany
Germany
Comments 0
No comments yet. Be the first to share your thoughts.