
SimpleEconomy
A simple and lightweight economy plugin
- Загрузки
- 784
- Подписчики
- 4
- Обновлён
- 17 февраля 2026 г.
- Лицензия
- GPL-3.0-or-later
Опубликован 21 мая 2025 г.
A simple and lightweight economy plugin with Vault and PlaceholderAPI support. Supports SQLite (default) and MySQL/MariaDB for data storage.
Commands
- /bal [player] – Displays your current balance, or the balance of the specified player.
- /baltop – Shows the top 10 richest players on the server.
- /pay – Transfers the specified amount of money to another player.
- /eco give – Adds money to a player's balance. (Permission: simpleeconomy.eco)
- /eco take – Deducts money from a player's balance. (Permission: simpleeconomy.eco)
- /eco set – Sets a player's balance. (Permission: simpleeconomy.eco)
- /eco reset – Resets a player's balance to the default. (Permission: simpleeconomy.eco)
- /simpleeconomy reload – Reloads the plugin configuration. (Permission: simpleeconomy.se)
Placeholders (PlaceholderAPI)
- %se_balance% – Returns the player's full balance with two decimal places.
- %se_balance_formatted% – Returns the player's balance abbreviated (e.g., 1.5K, 2M, 3B).
- %se_rank% – Returns the player's rank based on balance.
- %se_total% – Returns the total economy balance (formatted).
- %se_players% – Returns the total number of players with balances.
Ченджлог
1.25Релиз1.21.9, 1.21.10, 1.21.11 · 17 февраля 2026 г.
- Rewritten a few database operations for better performance
- Added new placeholders and /eco reset command
1.2Релиз1.21.9, 1.21.10, 1.21.11 · 16 февраля 2026 г.
What's New in 1.2
🗄️ MySQL/MariaDB Support
You can now use MySQL or MariaDB for multi-server networks! Configure in config.yml:
database:
type: mysql # or "mariadb"
mysql:
host: localhost
port: 3306
database: minecraft
username: root
password: ""
pool-size: 10
1.15Релиз1.21.9, 1.21.10, 1.21.11 · 21 ноября 2025 г.
SimpleEconomy 1.15
- Optimized SQLite writes with cached prepared statements, batched flushes, and true transactional transfers (no partial
/payoperations). - Added
settings.save-interval-ticksto control autosave frequency (set to 0 for immediate writes) and ensured reload/shutdown flush pending balances. - Improved error reporting for database failures and kept Vault/command messaging in sync.
Compatible with Spigot/Paper/Purpur 1.20.5 – 1.21.x (built against API 1.21.1).
1.1Релиз1.21.1 · 25 мая 2025 г.
Add PlaceholderAPI support
Fix baltop command
Code improvements
Комментарии
Загружаем…