Compatibility
Minecraft: Java Edition
1.21.x
1.20.5–1.20.6
Platforms
Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
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 <player> <amount> – Transfers the specified amount of money to another player.
- /eco give <player> <amount> – Adds money to a player's balance. (Permission: simpleeconomy.eco)
- /eco take <player> <amount> – Deducts money from a player's balance. (Permission: simpleeconomy.eco)
- /eco set <player> <amount> – Sets a player's balance. (Permission: simpleeconomy.eco)
- /eco reset <player> – 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.


