Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 5 months ago
Modern, configurable tax system for Vault-based Minecraft economies
Paper 26.1+ โข Java 25+ โข Vault required โข Optional: EzEconomy, EzSeasons
Why EzTax?
- Transaction Taxes โ Deducts a configurable percentage or flat fee when a player sends money
- Wealth Tax โ Periodically taxes players above a configurable balance threshold
- Progressive Tax โ Realistic, tiered tax brackets (like real-world tax systems)
- Group-Based Taxation โ Apply different tax rates based on player groups or permissions
- Player Exemptions โ Exempt specific players from taxation
- Inactivity Fees โ Tax players who have not been online for a set number of days
- Death Fees โ Charge a percentage of balance on player death (configurable worlds/exemptions)
- Tax Sinks โ Route collected taxes to a server account or remove them from the economy
- Tax History โ Paginated, per-player transaction history via
/tax history - Stats & Sinks โ View total tax collected and breakdown by type with
/tax statsand/tax sinks - In-Game Config GUI โ Edit tax settings live from an inventory GUI
- Reloadable Config โ Apply config changes instantly with
/tax reload - EzSeasons Integration โ Logs a season-reset summary of dates and totals collected
- Full Vault Compatibility โ Works with any Vault-based economy; EzEconomy recommended
- MySQL Support โ Store statistics and tax history in MySQL with automatic schema migration
Requirements
- Java 25 or newer
- Paper 26.1+ (Minecraft 26.1)
- Vault
- A Vault-compatible economy plugin (EzEconomy recommended)
Commands
- /tax check โ Preview your next tax amounts and outstanding fines
- /tax pay โ Pay all outstanding taxes immediately
- /tax payfine โ Pay all outstanding fines immediately
- /tax show โ Detailed breakdown of your current taxes
- /tax fines โ Detailed breakdown of your outstanding fines
- /tax stats โ View server-wide tax statistics
- /tax history [player] โ View paginated tax transaction history
- /tax reload โ Reload config (admin)
- /tax sinks โ View configured tax sink destinations (admin)
- /tax runwealthtax โ Manually trigger a wealth tax cycle (admin/testing)
- /tax runtaxpayment โ Manually trigger a tax payment run (admin/testing)
- /tax exempt/unexempt/exemptions โ Manage player exemptions (admin)
- /tax settaxrate โ Set global or group tax rates (admin)
- /tax transactiontax โ View or manage transaction tax settings (admin)
Permissions
- eztax.command.use โ Use the /tax command (default: everyone)
- eztax.command.check โ Preview next tax amounts (default: everyone)
- eztax.command.paytax โ Pay outstanding taxes (default: everyone)
- eztax.command.payfine โ Pay outstanding fines (default: everyone)
- eztax.command.showtax โ View detailed tax breakdown (default: everyone)
- eztax.command.showfines โ View detailed fines breakdown (default: everyone)
- eztax.command.stats โ View server-wide stats (default: op)
- eztax.command.history โ View own tax history (default: everyone)
- eztax.command.history.others โ View any player's tax history (default: op)
- eztax.command.reload โ Reload config (default: op)
- eztax.command.sinks โ View tax sinks (default: op)
- eztax.command.runwealthtax โ Trigger wealth tax run (default: op)
- eztax.command.runtaxpayment โ Trigger tax payment run (default: op)
- eztax.command.settaxrate โ Set tax rates (default: op)
- eztax.command.transactiontax.view โ View transaction tax config (default: op)
- eztax.command.transactiontax.manage โ Modify transaction tax config (default: op)
- eztax.command.exempt โ Exempt a player from taxes (default: op)
- eztax.command.unexempt โ Remove player exemption (default: op)
- eztax.command.exemptions โ List exempt players (default: op)
- eztax.command.config โ Open admin configuration GUI (default: op)
- eztax.exempt โ Permanent exemption from all taxes (default: none)
Configuration
- Enable/disable each tax type independently
- Flat or progressive brackets for transaction tax and wealth tax
- Group-based rates and per-player exemptions
- Wealth tax threshold, percentage, and schedule interval
- Inactivity fee: days threshold, flat fee, percentage
- Death fee: percentage, maximum loss, world exemptions
- Tax sink: route to a named player account or remove from economy
- MySQL storage: host, port, database, table prefix
- Debug mode for troubleshooting
Integration
- EzEconomy โ Modern Vault Economy Plugin
- EzSeasons โ Season-reset summary logged automatically (soft-depend)
- Works with any Vault provider
FAQ
-
Q: Does EzTax require EzEconomy?
-
A: No, but EzEconomy is recommended for best compatibility and features.
-
Q: Can I disable certain taxes?
-
A: Yes, each tax type is independently configurable in config.yml.
-
Q: Where do taxes go?
-
A: Taxes can be routed to a server account or removed from the economy (sink).
-
Q: Does it support MySQL?
-
A: Yes, EzTax can store statistics and tax history in MySQL with automatic schema migration.
-
Q: What changed in 2.0.0?
-
A: Requires Minecraft 26.1 and Java 25. Adds Jaloquent ORM storage, tax history, EzSeasons integration, and an in-game config GUI.
Related Plugins
- EzEconomy โ Modern Vault Economy Plugin
- EzAuction โ Buy Orders, Advanced GUI, Shop Price
- EzShops โ Dynamic Shops, Player Shops, Sell Hand/Inv
Developed by Shadow48402 | EzPlugins Discord: https://discord.gg/yWP95XfmBS


