In-Game Usage
In-Game Usage Guide for BlanketEconomy


Checking Your Balance
To check your balance for a specific currency, use the /beco balance <currencyType>
command. This will display how much of that currency you have.
Example:
/beco balance gold_coin
Paying Another Player
To pay another player, use the /beco pay <amount> <player> <currencyType>
command. This will transfer the specified amount from your balance to theirs.
Example:
/beco pay 100 playerName gold_coin
Depositing Items as Currency
Players can deposit items of a certain currency into their balance using the /beco deposit <currencyType>
command.
Example:
/beco deposit emerald_coin
Withdrawing Currency as Items
You can withdraw currency from your balance as items by using the /beco withdraw <amount> <currencyType>
command. This is useful for trading or storing currency.
Example:
/beco withdraw 50 emerald_coin
Admin Commands
Admins can manage player balances with the following commands:
Add Currency:
/beco add <amount> <player> <currencyType>
Remove Currency:
/beco remove <amount> <player> <currencyType>
These commands allow server administrators to adjust player balances as needed.
Reloading the Config
If you’re an admin, you can reload the mod's configuration at any time with the /beco reload
command. This applies any changes made to the config without restarting the server.
Last updated