Tags
Creators
Details
All versions
2.5.0
Release
CoinsEngine 2.5.0last year 6,638
Compatibility
Minecraft: Java Edition
1.21–1.21.7
1.20.1–1.20.6
Platforms
Paper
Purpur
Spigot
Required content
Any compatible version
Changes
IMPORTANT:
- PlaceholderAPI placeholders were changed. See wiki for new placeholders.
ADDED:
- Leaderboard GUI. View players with the most balance in a GUI.
- Commands Config. Now you can customize all currency commands and even disable them.
- Wallet Feature. Adds a /wallet command to view balance of all available currencies.
- Permission to hide player from leaderboards.
- Currency config option to disable leaderboard.
- Config option to disable Leaderboards feature completely.
- Config option to toggle leaderboard GUI.
- Config option to disable Migration.
- Command to create currencies in-game.
- PlaceholderAPI placeholder to display player's current leaderboard position.
IMPROVED:
- Added clickable page buttons for balance top in chat.
- Prevent currency load if it uses the same database column as any other currency.
- Write currency logs in async thread.
- Don't link default money currency to Vault on first install if there is already economy plugin installed.
CHANGED:
- Command /wipe changed to /resetall. Now supports reset for all currencies.
FIXED:
- A bug, where currencies with underscore in names can not be parsed in top placeholders.
- A bug, where reset command works incorrect.
- Fixed migration issues.
API:
- ChangeBalanceEvent now is cancellable.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:r0FB9U1e:Yud8OwCP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r0FB9U1e:Yud8OwCP"
}

