🔥New Changes
- added support for auto arguments to commands
- added a way to disable "/beco pay" for certain types of coins in the config.
"transfer": true/false
- added a way to disable "/beco withdraw" for certain types of coins in the config.
"withdraw": true/false
- added support for new types of color format such as:
Gradient
<gradient:#FF0000,#00FF00,#0000FF>Text</gradient>
Links
<link:https://example.com>Link Click Here</link>
Hex Colors
<#FFA500>Text
Data Save Changes
- From now on you can save data from players using databases How would it be:
- MySQL
- MongoDB (in progress)
- PostgreSQL
- Sqlite
EX For:
- MySQL/MongoDB/PostgreSQL
"localSave": true,
"databaseSave": false,
"database": {
"type": "mysql", // here you set which type of database to use the plugin!
"host": "localhost",
"port": 3306,
"databaseName": "economy",
"username": "root",
"password": "password"
}
EX For:
- Sqlite
"localSave": true,
"databaseSave": false,
"database": {
"type": "Sqlite",
"host": null,
"port": null,
"databaseName": "economy.db",
"username": null,
"password": null
}
🔥New Commands
/beco balance <player> Allows admins and authorized users to view another player’s balance. Ideal for monitoring and managing player economies.
/beco top Displays a leaderboard of top player balances, complete with player heads and customizable lore, showing player names, balances, and online status.
🛠️ Placeholder API Integration
BlanketEconomy now includes a range of placeholders for integration with other plugins, providing dynamic balance, currency, and player information. Here’s a complete list of available placeholders:
%blanketeconomy:player_name%
Displays the player’s name.
%blanketeconomy:uuid%
Displays the player’s UUID.
%blanketeconomy:balance_<currencyType>%
Shows the balance of the player in the specified currency.
%blanketeconomy:primary_currency%
Displays the server’s primary currency type.
%blanketeconomy:currency_symbol_<currencyType>%
Shows the symbol for a specified currency.
%blanketeconomy:total_balance%
Displays the total balance of the player across all currencies.
%blanketeconomy:last_transaction%
Shows the amount of the last transaction made by the player.
%blanketeconomy:online_players%
Displays the current number of online players.
%blanketeconomy:max_players%
Shows the maximum player count for the server.
Additionally, for each custom currency configured on your server (e.g., "Gold Coin" or "Cobble Coin"), there are specific placeholders available:
%blanketeconomy:<currencyName>_balance%
Displays the player’s balance in the specified currency.
%blanketeconomy:<currencyName>_symbol%
Shows the symbol of the specified currency.
%blanketeconomy:<currencyName>_name%
Displays the name of the specified currency.
Replace <currencyType> and <currencyName> with the specific currency or formatted name as configured in your setup.
⚙️ New Permissions
To control access to these features, we’ve added new permissions:
- Allows players to view their own balance with the /beco balance command.
blanketeconomy.balance
- Allows players to view other players' balances with the /beco balance <player> command.
blanketeconomy.balance.others
- Grants access to view the top balances with the /beco top command.
blanketeconomy.top
- remove Minimesage Format (will be added in the future)
- added Minecraft Color Format "&x"
- fixed issue with commands on non-hybrid fabric servers no works. (.. Minimesage) There is a small bug with loading the file the first time you install the mod, you just have to restart the server after it gives you the error that it did not find the config. It will be solved in the next update!!
- I added a new color format to make more customization to the currency and messages!
- Format: MiniMessage