Commands

BlanketEconomy Command Guide

This mod provides several commands for managing player balances and the server’s economy.

Commands

/beco balance <currencyType>

  • Description: Displays the current balance of the player for the specified currency.

  • Permission: blanketeconomy.balance


/beco pay <amount> <player> <currencyType>

  • Description: Transfers a specified amount of currency from the executing player to another player.

  • Permission: blanketeconomy.pay


/beco add <amount> <player> <currencyType>

  • Description: Adds a specified amount of currency to a player's balance.

  • Permission: blanketeconomy.add


/beco remove <amount> <player> <currencyType>

  • Description: Removes a specified amount of currency from a player's balance.

  • Permission: blanketeconomy.remove


/beco deposit <currencyType>

  • Description: Allows a player to deposit items of the specified currency into their balance.

  • Permission: blanketeconomy.deposit


/beco withdraw <amount> <currencyType>

  • Description: Withdraws a specified amount of currency as an item stack for the player to hold or trade.

  • Permission: blanketeconomy.withdraw


/beco reload

  • Description: Reloads the mod's configuration file, applying any changes without restarting the server.

  • Permission: blanketeconomy.reload


Permissions

  • blanketeconomy.balance: Allows players to check their balance for a specific currency.

  • blanketeconomy.pay: Allows players to send currency to other players.

  • blanketeconomy.add: Allows admins to add currency to a player's balance.

  • blanketeconomy.remove: Allows admins to remove currency from a player's balance.

  • blanketeconomy.deposit: Allows players to deposit items into their balance.

  • blanketeconomy.withdraw: Allows players to withdraw currency as items.

  • blanketeconomy.reload: Allows admins to reload the mod’s configuration.

Last updated