
Pala's Item Clear
Server-side item cleaner that removes dropped items on a timer with colored warnings, powerful filters, and a recovery bin to undo mistakes. A modern, configurable ClearLag alternative for Forge, Fabric, and NeoForge from Minecraft 1.20.1 to 26.2.
Tags
Creators
Details
0.1.1+26.2-neoforge
Compatibility
Changes
First public release of Pala's Item Clear.
Added
- Configurable item clearing on the server thread, with a five-minute default interval and item, dimension, age, custom-name, and player-ownership filters.
- Colored chat warnings at 60, 30, and 5 seconds before each clear.
- Permission-gated
/palasitemclearadministration commands (status, next, clear, pause, resume, reset, reload, live settings). - In-memory recovery bin with a vanilla chest interface (
/palasitemclear bin [player]). - Separate, real-server-verified builds for Forge, Fabric, and NeoForge.
Compatibility
- Every Minecraft band from 1.20.1 to 26.2, one artifact per version band and loader.
- Server-side only; vanilla clients can connect without the mod installed.
- Fabric builds require Fabric API. See docs/SUPPORT.md for the full matrix and Java requirements.
Notes
- Download the JAR that matches your Minecraft version band and loader; never reuse a JAR across bands.
See CHANGELOG.md for the full details.
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:DoKkIPix:KOs9KDzY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DoKkIPix:KOs9KDzY"
}
