All versions
1.0.0
Release
CMI Worth Scraper 1.0.03 months ago 28
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Initial Release
- Added CMI worth scraper functionality
- Automatically runs
/cmi worth minecraft:<item_name>for all known items - Exports results to a CSV file (compatible with Excel, LibreOffice Calc, etc.)
- Output is sorted from highest to lowest item value
Commands
/cmi-scrape <number>— start scraping with a specified commands-per-second rate/cmi-scrape stop— stop the scraper safely
Features
- Adjustable command rate to avoid server rate limits
- Progress is saved automatically if disconnected
- Lightweight and simple setup
Notes
- Most servers enforce command rate limits; 1 command per second is recommended
- Ensure the server allows automated command usage before running the scraper
- Use at your own risk
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:qWLsbGeq:HXJHzdfI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qWLsbGeq:HXJHzdfI"
}

