Skip to content

ez-plugins/EzTax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EzTax

A professional, highly configurable tax and fine management plugin for Paper 1.21+ servers.

Paper Java Vault


Features

Feature Description
Transaction tax Percentage cut applied to every /pay transfer
Wealth tax Periodic bracket-based tax on player balances
Inactivity fee Flat or percentage fee charged to offline players
Death fee Flat or percentage deduction on player death
Tax sink Route collected tax to burn, a specific player, an online player pool, or a custom command
Jaloquent storage YAML and MySQL backends through a unified repository layer
Multi-language Bundled translations: EN, DE, ES, FR, JA, NL, RU, ZH
bStats Built-in anonymous metrics

Requirements

Dependency Version
Paper 1.21+
Java 17+
Vault Any
Economy plugin Any Vault-compatible plugin

Installation

  1. Download EzTax.jar and place it in your server's plugins/ folder.
  2. Install Vault and a compatible economy plugin.
  3. Start the server — plugins/EzTax/config.yml is generated automatically.
  4. Edit config.yml to configure tax rates, intervals, and sink destination.
  5. Run /tax reload to apply changes without a restart.

Quick start

# config.yml — minimal example
global-tax-enabled: true

transaction-tax:
  enabled: true
  rate: 5.0          # 5% on every /pay

tax-sink:
  destination: burn  # burn | player | pool | command

Documentation

Page Description
Getting Started Installation and first-run setup
Commands Full command reference
Permissions Permission node reference
Configuration All config keys explained
Tax Sink Sink destination options
Storage YAML and MySQL storage setup
Tax Types In-depth per-type documentation
Developer Guide Architecture and contribution notes

Building from source

# Install parent POM (first time only)
cd ../skyblock-experience && mvn install -N

# Build shaded JAR
cd ../EzTax && mvn package -DskipTests
# Output: target/EzTax-<version>.jar

License

See LICENSE for details.

About

Advanced economy taxes, money sinks, and inflation control for modern servers

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages