Tags
Creators
Details
All versions
1.0.2
Release
CobbleDollarsCommandShop 1.0.23 months ago 473
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Required content
Changes
Feature and reliability update
Highlights
- Added audit stats commands for server admins.
- Added new default Cobblemon-themed shops when Cobblemon is installed.
- Improved the optional client-side accepted-items bank UI.
- Tightened command permissions and improved transaction safety.
New
- New admin stats commands for audit history and top activity:
/cdshops stats summary/cdshops stats top/cdshops stats shop/cdshops stats player/cdshops stats item
- New default Cobblemon shops:
trainer_supplybreeder_cornernight_market
- Better accepted-items bank browsing on the client, with cleaner UI behavior and better JEI compatibility.
Fixes
- Command permissions are now clearer:
- public access stays limited to opening a shop for yourself, listing shops, and listing visibility state
- other
/cdshopscommands now require admin permission level 2
- Custom shop buys and custom bank sells are now safer if something fails during the transaction.
- Deleted default shops are no longer recreated automatically as long as the
shops/folder already exists.
Notes
- Full technical details, tests, and implementation notes remain in the repository history and docs.
Optional dependencies
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:OuGrWxAQ:ycax1eo3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OuGrWxAQ:ycax1eo3"
}



