Links
Tags
Creators
Details
All versions
0.1.2
Release
Donut's Auctions 0.1.26 months ago 1,013
Compatibility
Minecraft: Java Edition
1.21.10–1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
DonutsAuctions v0.1.2
Added
- Idle background AH automation with scheduler/coordinator logic.
- New automation settings in config (idle delay, scan pages, dwell times, cycle intervals, command pacing, capture timeout).
- ModMenu/Cloth Config integration for in-game configuration.
- Player idle tracking tuned to ignore tiny jitter and allow look-around without canceling idle state.
- Strict AH next-page control locator to reduce false page navigation.
- Headless auction screen support via network handler mixin.
Changed
- Capture pipeline now supports forced titles for headless capture flow.
- Next-page detection now uses strict arrow+label+bottom-row matching.
- Runtime state now exposes idle automation state/reason metadata.
- Version bumped to
0.1.2.
Safety/Behavior
- Automation is gated to allowed hosts (
donutsmp.comand subdomains). - Added fail-safe/cooldown handling for unsafe or unexpected menu states.
- Automation stops cleanly on movement, config disable, read-only DB, unsupported server, or cooldown.
Tests
- Added coverage for:
- Automation scheduler behavior and stop flow.
- Watch query normalization.
- Idle tracker jitter/movement detection.
- Next-page locator strict matching.
- Config defaults/normalization and persistence.
- Server host normalization and allowlist gating.
Full Changelog: https://github.com/cancel-cloud/Donuts-Auctions/compare/v0.1.1...v0.1.2
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:6CaQRmgQ:PyxqJ6ij"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6CaQRmgQ:PyxqJ6ij"
}

