FancyInnovations
FancyCoreCommands

Economy

Economy options for FancyCore

Commands for the economy system

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

balance

Displays the balance of the specified player or your own balance if no player is specified.

  • Permissions: fancycore.commands.balance
  • Syntax: /balance [player]
    • [player] - Player to check (optional)

pay

Transfers a specified amount of money from your balance to another player's balance.

  • Permissions: fancycore.commands.pay
  • Syntax: /pay <player> <amount>
    • <player> - Target player
    • <amount> - Amount to transfer

setbalance

Sets the balance of the specified player to a given amount.

  • Permissions: fancycore.commands.setbalance
  • Syntax: /setbalance <player> <amount>
    • <player> - Target player
    • <amount> - New balance amount

addbalance

Adds a specified amount of money to the balance of the specified player.

  • Permissions: fancycore.commands.addbalance
  • Syntax: /addbalance <player> <amount>
    • <player> - Target player
    • <amount> - Amount to add

removebalance

Removes a specified amount of money from the balance of the specified player.

  • Permissions: fancycore.commands.removebalance
  • Syntax: /removebalance <player> <amount>
    • <player> - Target player
    • <amount> - Amount to remove

topbalances

Displays a leaderboard of players with the highest balances.

  • Permissions: fancycore.commands.topbalances
  • Syntax: /topbalances [page]
    • [page] - Page number (optional)

On this page