Compatibility
Minecraft: Java Edition
1.21–1.21.3
1.20.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published 4 months ago
Updated last month
Changelog
🔥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
}
Files
Metadata
Release channel
ReleaseVersion number
1.4.3Loaders
Game versions
1.21–1.21.3Downloads
397Publication date
December 10, 2024 at 7:16 PMPublisher
KrripeYT
Member