Player Commands
Admin Commands
Special Features
Permissions
Player Permissions
Backup System
How Backups Work
Backups are stored in plugins/UltimateEconomyFree/backups/ folder as .yml files named after the player's UUID.
Each backup line contains:
player-name:
uuid:
backups:
last-backup: '12/12/2025: 5:16AM'
Creating Backups
/eco backup all # Backup all players
/eco backup SoonMedia13 # Backup specific player
Restoring Backups
The restore command has tab completion for backup dates:
/eco restore SoonMedia13 12/11/2025: 4:30PM
Just type /eco restore SoonMedia13 and press TAB to see available backup dates!
- /balance (aliases: /bal, /money) - Check your balance or another player's balance
- /baltop (aliases: /balancetop, /topmoney) - View the richest players on the server
- /pay <player> <amount> - Send money to another player
Admin Commands
- /eco set <player> <amount> - Set a player's balance to a specific amount
- /eco give <player> <amount> - Give money to a player
- /eco take <player> <amount> - Take money from a player
- /eco reset <player> - Reset a player's balance to the starting balance
- /eco backup <all|playername> - Backup player balance(s) to .txt files
- /eco restore <playername> <date> - Restore a player's balance from a backup
Special Features
- Vault Integration - Full Vault API support for compatibility with other plugins
- baltop Exemption - Players with ultimateeconomy.exempt permission won't appear in /baltop
- Backup System - All backups stored in .yml files with timestamps
- Tab Completion - Full tab completion for commands, including backup dates for restore
- Customizable - All commands, permissions, and messages can be customized in config.yml
- Auto-Backup - Automatically backup all balances on server shutdown (configurable)
Permissions
Player Permissions
- ultimateeconomy.balance - Allows using /balance
- ultimateeconomy.baltop - Allows using /baltop
- ultimateeconomy.pay - Allows using /pay
- ultimateeconomy.admin - Access to all admin commands (grants all below)
- ultimateeconomy.admin.set - Allows using /eco set (default: op)
- ultimateeconomy.admin.give - Allows using /eco give (default: op)
- ultimateeconomy.admin.take - Allows using /eco take (default: op)
- ultimateeconomy.admin.reset - Allows using /eco reset (default: op)
- ultimateeconomy.admin.backup - Allows using /eco backup (default: op)
- ultimateeconomy.admin.restore - Allows using /eco restore (default: op)
- ultimateeconomy.exempt - Hides player from /baltop (default: false)
- ultimateeconomy.* - Grants all permissions
Backup System
How Backups Work
Backups are stored in plugins/UltimateEconomyFree/backups/ folder as .yml files named after the player's UUID.
Each backup line contains:
player-name:
uuid:
backups:
last-backup: '12/12/2025: 5:16AM'
Creating Backups
/eco backup all # Backup all players
/eco backup SoonMedia13 # Backup specific player
Restoring Backups
The restore command has tab completion for backup dates:
/eco restore SoonMedia13 12/11/2025: 4:30PM
Just type /eco restore SoonMedia13 and press TAB to see available backup dates!
