# Economy

# Commands for the economy system

# Balance

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

# Pay

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

# Set Balance

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

# Add Balance

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

# Remove Balance

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

# Top Balances

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