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.


