Links
Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 weeks ago
All versions
2.0.0+Beta-4
Beta
CobbleDollars 2.0.0+Beta-4last year 104.8K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Added:
- A new command:
/cobbledollars leaderboard - A new command:
/cobbledollars leaderboard updateto instantly update the leaderboard - The leaderboard data is stored in the world folder in
cobbledollarsplayerdataand is updated every 5 minutes by default - A new config
playerDataSaveFrequency(in minutes (5 by default)) - Permissions (use LuckPerms or equivalent to manage):
- cobbledollars
- cobbledollars.reload
- cobbledollars.leaderboard
- cobbledollars.leaderboard.update
- cobbledollars.cobbledollars
- cobbledollars.cobbledollars.give
- cobbledollars.cobbledollars.pay
- cobbledollars.cobbledollars.query
- cobbledollars.cobbledollars.remove
- cobbledollars.cobbledollars.set
- cobbledollars.cobblemerchant
- cobbledollars.cobblemerchant.edit
- cobbledollars.cobblemerchant.open
- cobbledollars.cobblemerchant.open.bank
- cobbledollars.cobblemerchant.open.shop
Fixed:
- Clicking the "Shop" button in the bank GUI when it was opened via commands now switches to the default shop
- Added a server-side check when selling to the bank to avoid earning multiple times the value if the button was clicked too fast
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:s7N7AsqL:SPM5uTPU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s7N7AsqL:SPM5uTPU"
}![CobbleDollars [Cobblemon Addon]](https://cdn.modrinth.com/data/s7N7AsqL/684040a264fc1d7f9b856ec5d2da39767398c7ad.png)


