HomeJavaModsCleanMaid
CleanMaid
CleanMaid — screenshot 1

CleanMaid

CleanMaid is a lightweight Minecraft server-side cleanup mod. Like a diligent maid on duty, it cleans dropped items and entities according to your configuration, reducing server load caused by entity buildup.

Supported Versions

Main Features

Installation

  1. Install a Minecraft 1.21.1 server.
  2. Install NeoForge 21.1.222.
  3. Place the main Mod jar from the release page into the server's mods/ directory.
  4. Start the server. The configuration files will be generated in config/cleanmaid/.

Common Commands

All commands require permission level 3 by default.

/cleanmaid help
/cleanmaid clean
/ccb
/cleanmaid status
/cleanmaid reload
/cleanmaid set interval 60
/cleanmaid set enabled true
/cleanmaid set easter_egg false

Blacklist and whitelist:

/cleanmaid item blacklist add minecraft:dirt
/cleanmaid item blacklist remove minecraft:dirt
/cleanmaid item whitelist list
/cleanmaid dimension blacklist add minecraft:the_nether
/cleanmaid dimension whitelist add minecraft:overworld
/cleanmaid dimension whitelist list

Targeted cleanup:

/cleanmaid clean dimension minecraft:the_nether
/cleanmaid clean item minecraft:cobblestone
/cleanmaid clean entity minecraft:experience_orb
/cleanmaid clean force

Configuration Files

Configuration directory:

config/cleanmaid/

Main files:

cleanmaid-server.toml
blacklist.toml
whitelist.toml

cleanmaid-server.toml controls scheduling, target entities, protection rules, display location, sounds, permissions, and the Easter egg toggle.

blacklist.toml and whitelist.toml store both items and dimensions:

{
  "items": [],
  "dimensions": []
}

Blacklist and Whitelist Rules

Default items:

Build

.\\gradlew.bat build

Build artifacts are located in:

build/libs/
Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more