All versions
1.5.5
Release
FunTime AH Helper 1.5.52 months ago 750
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Added
- Full English and Russian localization.
- Redesigned settings screen with separate General, Vanilla Rules, and Custom Rules tabs.
- Balance-aware highlighting: lots that cost more than the current scoreboard balance can be excluded.
- Unit price display directly in auction tooltips.
- Market discount display for highlighted lots, calculated per item for stacked listings.
- Configuration profiles with create, switch, delete, clipboard import/export, server binding, and automatic server-based switching.
- Hotkey to search the auction for the item held in the main hand.
- Search-name sanitizing and aliases for supported FunTime custom items, including TIER WHITE and TIER BLACK TNT.
- Sell assistant that analyzes auction listings and posts a recommended price with a clickable listing action.
- Configurable percentage discount for the sell assistant.
- FunTime auto-relist hotkey for items stored in the auction storage.
- Dedicated Auction Cheapest keybind category.
- Color picker with separate color and opacity controls for each Top 3 position.
Improved
- Top 3 ranking and market comparisons now correctly account for stack size and price per item.
- Auction highlights and tooltip information refresh when a listing is bought, removed, or replaced.
- Custom item searches ignore unsupported formatting symbols instead of sending invalid search text.
- Item-specific enchantment rules are easier to create and manage.
- Settings can be shared between servers without replacing the entire configuration.
Fixed
- Fixed a crash when opening the profiles screen.
- Fixed sell recommendations multiplying or averaging stacked listings incorrectly.
- Fixed missing market discounts on some auction listings.
- Fixed stale unit-price and discount information after auction contents changed.
- Fixed FunTime balance parsing when scoreboard formatting codes were attached to the visible coin amount.
- Fixed Russian text rendering as question marks in the settings interface.
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:vlUsQPHM:nXjmpzEN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vlUsQPHM:nXjmpzEN"
}

