mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
docs: Add economy related commands for FancyCore
This commit is contained in:
@@ -6,3 +6,39 @@ title: Economy
|
|||||||

|

|
||||||
|
|
||||||
# Commands for the economy system
|
# 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``
|
||||||
|
|||||||
Reference in New Issue
Block a user