Tags
Creators
Details
All versions
2.1.0-mc26
Release
Better Trial Chambers 2.1.0-mc262 months ago 233
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platforms
Folia
Paper
Purpur
Changes
[2.1.0] - 2026-07-31
Added
- Limit how often a player can win a specific item. Every loot item now has a "redeemable" setting with three choices: Every reset (the old behaviour — winnable again after each reset), Once per chamber (each player wins it only once from that chamber, even after it resets), or Once ever (each player wins it only once, ever, anywhere on the server). Once a player has won a capped item it quietly drops out of their own rolls and the other loot fills the gap — everyone else is unaffected. Perfect for making armour trims drop without letting them be farmed by resetting the same chamber. Set it in-game on an item's amount page with the new "How often can a player get this?" button, or add a
redeemable: once | per-chamber | per-resetline inloot.yml. Existing loot is unchanged — the default matches how loot has always worked.
Note
- This update adds new message keys. The plugin never overwrites your existing
messages.yml, so after updating you may see<missing: ...>text on the new loot button until you refresh the file. To get the new lines: stop the server, renameplugins/BetterTrialChambers/messages.ymltomessages.yml.bak, start the server (a fresh file is generated), then copy any translations back over from the.bak. The plugin also prints this reminder in the console on startup whenever keys are missing.
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:ownTWGOH:A39p4XGu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ownTWGOH:A39p4XGu"
}

