Compatibility
Minecraft: Java Edition
1.21ā1.21.10
1.20.x
Platforms
Creators
Details
Licensed MIT
Published 5 months ago
ā” EcoLite ā”
Lightweight Economy Plugin for Minecraft
Version 1.0.0 ⢠Spigot/Paper 1.16+
⨠Features
- Fully Standalone ā Works without Vault (optional Vault hook included)
- Storage ā YAML (SQLite coming soon)
- Custom Currency ā Configurable symbols, names, and formatting
- Daily Rewards ā Built-in daily login bonus system
- Leaderboards ā
/baltopwith automatic refreshing - PlaceholderAPI ā Full placeholder support
- Hex Colors ā Modern
&#RRGGBBcolor codes - Auto-Save ā Configurable intervals to keep data safe
Commands & Permissions
| Command | Description | Permission |
|---|---|---|
/balance [player] |
View your or another player's balance | ecolite.balance |
/pay <player> <amount> |
Send money to another player | ecolite.pay |
/baltop |
View top balances leaderboard | ecolite.baltop |
| `/eco <give | take | set |
/ecolite reload |
Reload plugin configuration | ecolite.admin |
Aliases: /bal, /money ā /balance
Eco Actions: give ⢠take ⢠set ⢠reset
āļø Requirements
- Minecraft: Spigot/Paper 1.16+
- Java: 8 or higher
- Optional: Vault, PlaceholderAPI
Configuration Example (config.yml)
# Currency Settings
currency:
symbol: "$"
name-singular: "Dollar"
name-plural: "Dollars"
starting-balance: 100.0
decimal-format: true
decimal-places: 2
# Storage Settings
storage:
type: "yaml" # yaml or sqlite (future)
# Daily Reward System
daily-reward:
enabled: true
amount: 25.0
cooldown-hours: 24
# Transaction Limits
transactions:
limits:
min-payment: 0.01
max-payment: 1000000.0
PlaceholderAPI Support
%ecolite_balance%ā Formatted balance%ecolite_balance_raw%ā Raw number%ecolite_currency_symbol%ā Currency symbol%ecolite_top_<position>_name%ā Player name in position%ecolite_top_<position>_balance%ā Balance in position
⨠Why Choose EcoLite?
- ā” Lightning Fast ā Extremely optimized
- Simple Setup ā Drag & drop, ready in seconds
- Highly Customizable ā Full control over messages & settings
- Data Safe ā Auto-save with reliable storage options
Made with ā¤ļø by GamingHuzai
© 2025 GamingHuzai ⢠All Rights Reserved


