SimpleEconomy
PluginGPL-3.0-or-later

SimpleEconomy

A simple and lightweight economy plugin

395
Downloads
3
Followers
2 months ago
Updated
📦
5
Versions

📖About SimpleEconomy

A simple and lightweight economy plugin with Vault and PlaceholderAPI support. Supports SQLite (default) and MySQL/MariaDB for data storage.

Commands

/bal [player] – Displays your current balance, or the balance of the specified player.
/baltop – Shows the top 10 richest players on the server.
/pay – Transfers the specified amount of money to another player.
/eco give – Adds money to a player's balance. (Permission: simpleeconomy.eco)
/eco take – Deducts money from a player's balance. (Permission: simpleeconomy.eco)
/eco set – Sets a player's balance. (Permission: simpleeconomy.eco)
/eco reset – Resets a player's balance to the default. (Permission: simpleeconomy.eco)
/simpleeconomy reload – Reloads the plugin configuration. (Permission: simpleeconomy.se)

Placeholders (PlaceholderAPI)

%se_balance% – Returns the player's full balance with two decimal places.
%se_balance_formatted% – Returns the player's balance abbreviated (e.g., 1.5K, 2M, 3B).
%se_rank% – Returns the player's rank based on balance.
%se_total% – Returns the total economy balance (formatted).
%se_players% – Returns the total number of players with balances.