![](../../static/commands.png)

# Commands for the economy system

!!!danger
This is the old documentation site for FancyInnovations, which is no longer maintained.
The new documentation site can be found at [fancyinnovations.com/docs/hytale-plugins/fancycore](https://fancyinnovations.com/docs/hytale-plugins/fancycore).
!!!

!!!warning
The command list is not complete and not all commands are properly documented yet.
Some commands might not be implemented yet.
!!!

### Balance

Description: Displays the balance of the specified player or your own balance if no player is specified.<br/>
Syntax: ``/Balance [player]``<br/>
Permission: ``fancycore.commands.balance``

### Pay

Description: Transfers a specified amount of money from your balance to another player's balance.<br/>
Syntax: ``/Pay (player) (amount)``<br/>
Permission: ``fancycore.commands.pay``

### Set Balance

Description: Sets the balance of the specified player to a given amount.<br/>
Syntax: ``/SetBalance (player) (amount)``<br/>
Permission: ``fancycore.commands.setbalance``

### Add Balance

Description: Adds a specified amount of money to the balance of the specified player.<br/>
Syntax: ``/AddBalance (player) (amount)``<br/>
Permission: ``fancycore.commands.addbalance``

### Remove Balance

Description: Removes a specified amount of money from the balance of the specified player.<br/>
Syntax: ``/RemoveBalance (player) (amount)``<br/>
Permission: ``fancycore.commands.removebalance``

### Top Balances

Description: Displays a leaderboard of players with the highest balances.<br/>
Syntax: ``/TopBalances [page]``<br/>
Permission: ``fancycore.commands.topbalances``
