diff --git a/docs/src/fancycore/commands/economy.md b/docs/src/fancycore/commands/economy.md index 96c31266..436e1d50 100644 --- a/docs/src/fancycore/commands/economy.md +++ b/docs/src/fancycore/commands/economy.md @@ -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.
+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``