1.2.0
Compatibility
Changes
Arbiter v1.2.0 — Initial Release
Server-side ground item clearing for Fabric 1.21.1. No client install required.
Features
Smart Protection — Named, enchanted, rarity-tier (RARE+), proximity, namespace, and per-item overrides
TPS-Aware Emergency Clear — Triggers when TPS drops below configured threshold; cooldown prevents rapid-fire clears
Bossbar Countdown — Color-graduated (green → yellow → red); visible to late joiners
Per-Dimension Config — Independent intervals, thresholds, and protection rules per world; global fallback
Hot-Reload — Config reloads via file-watch (~1s) or /arbiter reload
Built-in Presets — aggressive / warden / calm applied with a single command
Command Suite — force, status, reload, stats, dryrun, testbar, mode
LuckPerms Integration — Falls back to OP levels if LuckPerms is not installed
Requirements
Minecraft 1.21.1
Fabric Loader (latest)
Fabric API
Java 21+
Installation
Drop arbiter-1.2.0.jar into your server's mods/ folder. Config generates automatically at config/arbiter.json5 on first run.
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:PWTiIIKB:pcNEMloN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PWTiIIKB:pcNEMloN"
}

