BEconomy is a powerful and customizable economy mod designed for Minecraft servers that provides a flexible system for managing currencies, player balances, and economic transactions. Whether you're running a small community server or a large-scale network, BEconomy can be tailored to suit your needs with its easy-to-use commands, flexible configuration options, and support for multiple currencies.
The BEconomy mod provides a range of commands for managing the economy. Below is a list of commands with a brief description and their associated permissions:
/beco balance <currencyType>
beconomy.balance/beco balance <player> <currencyType>
beconomy.balance.others/beco pay <amount> <player> <currencyType>
beconomy.pay/beco add <amount> <player> <currencyType>
beconomy.add/beco remove <amount> <player> <currencyType>
beconomy.remove/beco deposit <currencyType>
beconomy.deposit/beco withdraw <amount> <currencyType>
beconomy.withdraw/beco reload
beconomy.reload/beco top
beconomy.top/beco set <amount> <currencytype> <player>
beconomy.set/beco offline set <amount> <currencytype> <player>
beconomy.offline.set/beco offline balance <player> <currencytype>
beconomy.offline.balance/beco offline add <player> <amount> <currencytype>
beconomy.offline.add/beco offline remove <player> <amount> <currencytype>
beconomy.offline.removeThe configuration for BEconomy is highly customizable and can be easily adjusted to fit the needs of your server.
The config file (config/beconomy/config.json) allows you to set up various settings for the economy.
Adding New Currencies To add a new currency to the economy system, follow these steps:
Locate the Configuration File: Open the config/beconomy/config.json file located in your server's config folder.
Define a New Currency: Add a new entry in the economy list within the config file.
Each currency entry must include:
/beco pay features./beco withdraw features.Example:
{
"name": "&eCobble Coin",
"lore": [
"&8This is a &bcurrency",
"&8Lore 2"
],
"material": "minecraft:paper",
"custommodeldata": 7381,
"currencyType": "cobblecoins",
"balanceStart": 500,
"symbol": "$",
"isPrimary": true,
"transfer": true,
"withdraw": true
}
EX: For Sqlite Database
"localSave": false,
"databaseSave": true,
"database": {
"type": "sqlite",
"host": null,
"port": null,~~~~
"databaseName": "economy.db",
"username": null,
"password": null
}
EX: For MySQL/MongoDB/PostgreSQL Database
"localSave": false,
"databaseSave": true,
"database": {
"type": "mysql", // here you set which type of database to use the plugin!
"host": "localhost",
"port": 3306,
"databaseName": "economy",
"username": "root",
"password": "password"
}
!Commands
!Coins

• BEconomy is a mod that adds virtual economy as well as item type economy, which makes it very customizable and easy to use. • Cobblemon Support