New versión:
3.0.0
This plugin collects a percentage of taxes from all players or from a single existing player on a server, either manually or automatically. It was developed to balance economies for better gameplay on servers. In this new version, you can now use a cooldown to collect taxes automatically, and the ability to create groups has also been added.
Este plugins recolecta manualmente o automáticamente un porcentaje de impuestos a todos los jugadores o a un solo jugador existente de un servidor y ahora tambien a grupos configurados previamente. Se desarrollo con el propósito de balancear economías para una mejor jugabilidad en servidores, en esta nueva versión ya se puede usar cooldown para que se recolecten automáticamente los impuestos y tambien se agrego lo de crear grupos
REQUIREMENTS:
This plugin requires Vault's latest version and EssentialsX (or other)
BUKKIT: https://dev.bukkit.org/projects/vault
SPIGOT: https://www.spigotmc.org/resources/vault.34315/
COMMANDS:
• /tl - Shows the available commands.
• /tl collect (all) or (player) - Collect taxes from all players.
• /tl reload - Reset plugin settings.
PERMISSIONS:
• taxeslite.admin - Allows to use the command (/tl).
• taxeslite.exempt - Jugadores con este permiso quedan exentos del impuesto.
• taxeslite.reload - Permission to restart plugin settings.
• taxeslite.collect - Permission to collect money from one player or all.
FEATURES:
COOMING SOON!! Chest Menu in v4.0.0
Spoiler: Config.yml view
Code (Text):
# +----------------------------------------------------------------------------------------------+
# | TaxesLite v3.0 |
# | Impuestos periódicos vía Vault |
# +----------------------------------------------------------------------------------------------+
config:
# Percentage to collect from each player's balance. (e.g., 10.0 = 10%)
# If the player doesn’t have enough money, no percentage is collected.
# Fallback percentage if the player is not in any group.
percentage: 10.0
# Interval for automatic collection. Format: "Xd,Yh,Zm".
# Examples: "7d,0h,0m" (weekly), "0d,24h,0m" (daily), "0d,0h,30m" (every 30 minutes)
period: "7d,0h,0m"
# Automatically run the collection every 'period'?
auto-collect-enabled: true
# Include offline players? (requires the economy provider to support OfflinePlayer)
include-offline: true
# Players with op are exempt (online). For offline players, permissions cannot be checked.
exempt-ops: true
# Players with this permission are exempt (online). For offline players, permissions cannot be checked.
exempt-permission: "taxeslite.exempt"
# Default message language: "ES" or "EN"
language: "EN"
# MESSAGES
Messages-ES:
collected-broadcast: "&7[&cTaxesLite&7] &aSe recolectó los impuestos correspondientes a los jugadores."
collected-admin: "&aRecolectaste &e{percentage}% &adel dinero a &b{count}&a jugadores. Total recaudado: &b{total}."
collected-player: "&cSe te aplicó un impuesto del &e{percentage}%&c: &b-{amount} &7(Nuevo saldo: &b{new_balance}&7)"
player-current: "&aDinero actual: &b{balance}"
player-not-found: "&cNo se encontró al jugador &e{target}"
no-permission: "&cNo tienes permiso para este comando."
reloaded: "&aConfiguración recargada."
usage: "&eUso: &7/taxeslite <collect|reload> [all|player]"
Messages-EN:
collected-broadcast: "&7[&cTaxesLite&7] &aThe corresponding taxes were collected a players."
collected-admin: "&aYou collected &e{percentage}% &afrom &b{count}&a players. Total: &b{total}."
collected-player: "&cA tax of &e{percentage}%&c was applied: &b-{amount} &7(New balance: &b{new_balance}&7)"
player-current: "&aCurrent money: &b{balance}"
player-not-found: "&cPlayer not found: &e{target}"
no-permission: "&cYou don't have permission."
reloaded: "&aConfiguration reloaded."
usage: "&eUsage: &7/taxeslite <collect|reload> [all|player]"
# Groups for tax collection. Add the permission in your permissions plugin
# If you have /op, it will take the first group, in this case 'premium', with an 8.0 percent chance.
groups:
premium:
permission: "taxeslite.group.premium"
percentage: 8.0
vip:
permission: "taxeslite.group.vip"
percentage: 5.0
elite:
permission: "taxeslite.group.elite"
percentage: 2.5
# | TaxesLite v3.0 |
# | Impuestos periódicos vía Vault |
# +----------------------------------------------------------------------------------------------+
config:
# Percentage to collect from each player's balance. (e.g., 10.0 = 10%)
# If the player doesn’t have enough money, no percentage is collected.
# Fallback percentage if the player is not in any group.
percentage: 10.0
# Interval for automatic collection. Format: "Xd,Yh,Zm".
# Examples: "7d,0h,0m" (weekly), "0d,24h,0m" (daily), "0d,0h,30m" (every 30 minutes)
period: "7d,0h,0m"
# Automatically run the collection every 'period'?
auto-collect-enabled: true
# Include offline players? (requires the economy provider to support OfflinePlayer)
include-offline: true
# Players with op are exempt (online). For offline players, permissions cannot be checked.
exempt-ops: true
# Players with this permission are exempt (online). For offline players, permissions cannot be checked.
exempt-permission: "taxeslite.exempt"
# Default message language: "ES" or "EN"
language: "EN"
# MESSAGES
Messages-ES:
collected-broadcast: "&7[&cTaxesLite&7] &aSe recolectó los impuestos correspondientes a los jugadores."
collected-admin: "&aRecolectaste &e{percentage}% &adel dinero a &b{count}&a jugadores. Total recaudado: &b{total}."
collected-player: "&cSe te aplicó un impuesto del &e{percentage}%&c: &b-{amount} &7(Nuevo saldo: &b{new_balance}&7)"
player-current: "&aDinero actual: &b{balance}"
player-not-found: "&cNo se encontró al jugador &e{target}"
no-permission: "&cNo tienes permiso para este comando."
reloaded: "&aConfiguración recargada."
usage: "&eUso: &7/taxeslite <collect|reload> [all|player]"
Messages-EN:
collected-broadcast: "&7[&cTaxesLite&7] &aThe corresponding taxes were collected a players."
collected-admin: "&aYou collected &e{percentage}% &afrom &b{count}&a players. Total: &b{total}."
collected-player: "&cA tax of &e{percentage}%&c was applied: &b-{amount} &7(New balance: &b{new_balance}&7)"
player-current: "&aCurrent money: &b{balance}"
player-not-found: "&cPlayer not found: &e{target}"
no-permission: "&cYou don't have permission."
reloaded: "&aConfiguration reloaded."
usage: "&eUsage: &7/taxeslite <collect|reload> [all|player]"
# Groups for tax collection. Add the permission in your permissions plugin
# If you have /op, it will take the first group, in this case 'premium', with an 8.0 percent chance.
groups:
premium:
permission: "taxeslite.group.premium"
percentage: 8.0
vip:
permission: "taxeslite.group.vip"
percentage: 5.0
elite:
permission: "taxeslite.group.elite"
percentage: 2.5
PLAYER COMMAND (/tl collect all)
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.16, 1.17, 1.18
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
TaxesLite | Economy Balanced - Impuestos plugin | NEW GROUP TAXES is a free Minecraft Java mod. Compatible with Minecraft 1.16, 1.17, 1.18, 1.19 and newer. Downloaded 386 times (via Spigot). Download it and open it directly in the game.