docs: Add economy related commands for FancyCore

This commit is contained in:
Oliver
2025-11-24 17:11:43 +01:00
committed by Oliver
parent bcd526db5b
commit e1c57f8e1c

View File

@@ -6,3 +6,39 @@ title: Economy
![](../../static/commands.png)
# Commands for the economy system
### 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``