TaxesLite | Economy Balanced - Impuestos plugin | NEW GROUP TAXES icon

TaxesLite | Economy Balanced - Impuestos plugin | NEW GROUP TAXES -----

Automatic taxes plugin | [Requires Vault] | Spigot - Bukkit



8182471cb216573c066cbc8158dfa22b85ab78c2 (1) (1).jpg

New versión:
3.0.0
INFORMATION:

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:

[​IMG] Use plugin in Spigot-Bukkit 1.21.X
[​IMG] No Required Essentials, It is also compatible with: CMI and other.
[​IMG] New nice messages.
[​IMG] Add cooldown automatic, more information in config.yml (NEW!!).
[​IMG] Bugs fix.
[​IMG] Taxes GROUPS (NEW!!).
[​IMG] New nice Broadcast message.
[​IMG] Messages in Spanish and English for Default. More information in config.yml

COOMING SOON!! Chest Menu in v4.0.0

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

PLAYER COMMAND (/tl collect all)


Resource Information
Author:
----------
Total Downloads: 299
First Release: May 6, 2020
Last Update: Aug 16, 2025
Category: ---------------
All-Time Rating:
4 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings