All versions
1.0.0
Release
DonutSMP Auction Sniper 1.0.02 months ago 149
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Changelog
1.0.0
- Added
/auctionsniperconfiguration screen for the target item and maximum price. - Added configurable start/stop keybind, defaulting to
9. - Added exact item ID and displayed-name matching.
- Added price parsing for values such as
$ 9.9k,$ 2m,$ 1.5b, and$ 1t. - Added automatic selection of the cheapest matching listing below the configured maximum price.
- Added Auction Quick Buy confirmation and automatic enablement through
/settings. - Added a persistent
Don't Show Againoption for the Quick Buy prompt. - Changed auction scanning and refreshing to react to server inventory updates instead of repeatedly acting every tick.
- Added English UI, status messages, documentation, and mod icon.
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:WORoP2Eb:Uc9UcrIM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WORoP2Eb:Uc9UcrIM"
}

