SimpleEconomy
A simple and lightweight economy plugin
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
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 <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.