EcoLite
Lightweight Economy Plugin for Minecraft
EcoLite
⚡ EcoLite ⚡
Lightweight Economy Plugin for Minecraft *Version 1.0.0 • Spigot/Paper 1.16+*
✨ Features
- Auto-Save – Works without Vault (optional Vault hook included) - Auto-Save – YAML (SQLite coming soon) - Auto-Save – Configurable symbols, names, and formatting - Auto-Save – Built-in daily login bonus system - Auto-Save – `/baltop` with automatic refreshing - Auto-Save – Full placeholder support - Auto-Save – Modern `&#RRGGBB` color 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|reset> <player> [amount]` | Admin economy management | `ecolite.admin` | | `/ecolite reload` | Reload plugin configuration | `ecolite.admin` |
Eco Actions: `/bal`, `/money` → `/balance` Eco Actions: give • take • set • reset
⚙️ Requirements
- Optional: Spigot/Paper 1.16+ - Optional: 8 or higher - Optional: Vault, PlaceholderAPI
Configuration Example (`config.yml`)
```yaml
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?
- ⚡ Data Safe – Extremely optimized - Data Safe – Drag & drop, ready in seconds - Data Safe – Full control over messages & settings - Data Safe – Auto-save with reliable storage options
Made with ❤️ by GamingHuzai © 2025 GamingHuzai • All Rights Reserved