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 balances of all currencies for the specified player or yourself 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 the command sender to the specified player.

  • Permissions: fancycore.commands.pay
  • Syntax: /pay <player> <amount> [currency]
    • <player> - Target player
    • <amount> - Amount to transfer
    • [currency] - Currency type (optional)

setbalance

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

  • Permissions: fancycore.commands.setbalance
  • Syntax: /setbalance <player> <amount> [currency]
    • <player> - Target player
    • <amount> - New balance amount
    • [currency] - Currency type (optional)

addbalance

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

  • Permissions: fancycore.commands.addbalance
  • Syntax: /addbalance <player> <amount> [currency]
    • <player> - Target player
    • <amount> - Amount to add
    • [currency] - Currency type (optional)

removebalance

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

  • Permissions: fancycore.commands.removebalance
  • Syntax: /removebalance <player> <amount> [currency]
    • <player> - Target player
    • <amount> - Amount to remove
    • [currency] - Currency type (optional)

topbalances

Displays a leaderboard of players with the highest balances.

  • Permissions: fancycore.commands.topbalances
  • Syntax: /topbalances [currency]
    • [currency] - Currency type (optional)

On this page