
EcoBalancer
Balance the server economy through taxing inactive players
- Загрузки
- 310
- Подписчики
- 1
- Обновлён
- 15 марта 2026 г.
- Лицензия
- GPL-3.0-only
Опубликован 12 мая 2025 г.
EcoBalancer: A Smart Minecraft Economy Plugin
EcoBalancer is a smart Minecraft economy plugin that optimizes your server's economy through an intelligent tax system for inactive players. It promotes fair competition, creates an active gaming environment, and provides smart management solutions for your server's economy.
Key Features
- Automated and configurable tax settings
- Tax revenue saved into a public account
- Wealth distribution histogram
- Basic statistics like mean and standard deviation for player balance


Features
- Automated routine taxing (daily/weekly/monthly) of inactive player accounts
- Customizable deduction rates based on balance classes and activity levels
- Manual taxation commands for on-demand adjustments
Note:
EcoBalancer is currently undergoing testing. We encourage rigorous evaluation before deployment. For bug reports or suggestions, please open an issue.
Also, make sure you remove the old config & language files when updating.
Prerequisite: Vault
Commands
/ecobal help: Display help information/ecobal reload: Reload the configuration file/checkall: Update all offline players' balances as per configuration settings/checkplayer <player>: Update a specific offline player's balance as per configuration settings/stats: Show descriptive statistics/interval: List players' balance in a specific interval/perc: Show percentile of players' balance/checkrecords: Show all operations/checkrecord: Show detail of a specific operation/restore: Restore a specific operation
Configuration (config.yml)
language: 'en_US' # Language en_US/zh_CN
info-on-login: true # Show user info on login
record-retention-days: 30 # Record retention days
check-time: "20:00" # Time format is HH:mm
check-schedule:
type: 'weekly' # Options: 'daily', 'weekly', 'monthly'
days-of-week: [2, 4, 6] # Monday, Wednesday, Friday (7 = Saturday, 1 = Sunday)
dates-of-month: [1] # 1st day of each month
deduct-based-on-time: true
# The following two options only take effect when deduct-based-on-time is true
inactive-days-to-deduct: 50 # Days inactive before starting deductions
inactive-days-to-clear: 500 # Days inactive before clearing balance
# Tax brackets for deductions
tax-brackets:
- threshold: 100000
rate: 0.001 # Tax rate
- threshold: 1000000
rate: 0.01 # Tax rate
- threshold: null # No limit
rate: 0.02 # Tax rate
tax-account: true # Whether to use tax account
tax-account-name: 'tax' # Tax account name
Ченджлог
1.2.1alphaАльфа1.16.3, 1.16.4, 1.16.5 · 15 марта 2026 г.
- optimization
- adding more gui
- adding policy setting
[!] This is not a formal update, the version is still under test. Welcome to report bugs at: https://discord.gg/7tJeSZPZgv You may want to back up your config and data before testing.
1.1.1aРелиз1.21.8, 1.21.9, 1.21.10 · 1 ноября 2025 г.
- Fixed null pointer error for offline player scanning.
1.1.1Релиз1.21.8, 1.21.9, 1.21.10 · 24 октября 2025 г.
NOTE: The update is huge, so please consider removing the DB, config, and language files before updating.
- Added more statistic functions
- Added Gini index and health judgement
- Folia support
1.1.0Релиз1.21.8, 1.21.9, 1.21.10 · 9 октября 2025 г.
Updates:
- /stats Show descriptive statistics.
- /interval [low] [up] List players' balance in a specific interval.
- /perc [low] [up] Show the percentile of players' balance.
- /checkrecords Show all operations.
- /checkrecord Show details of a specific operation.
- /restore Restore a specific operation.
- added language option in config
- added sqlite for records
- fixed some bugs
- some potential new bugs
1.0.4Релиз1.21.8, 1.21.9, 1.21.10 · 9 октября 2025 г.
- Added soft-depend of Essentials, avoid dependency not found error
1.0.3-betaБета1.21.8, 1.21.9, 1.21.10 · 9 октября 2025 г.
- fixed some scheduler bugs
- now routinely tax charging should work fine
1.0.2-betaБета1.21.8, 1.21.9, 1.21.10 · 9 октября 2025 г.
- Users can create a tax account and store the charged tax in the account.
- Please make sure players won't be able to get that account.
1.0.1-betaБета1.21.8, 1.21.9, 1.21.10 · 8 октября 2025 г.
added:
- player existence check & case sensitive
- prevent deduction > balance
Комментарии
Загружаем…