Minecraft TheCleaner mod 2026 download
logo
minecraft mod TheCleaner

TheCleaner

Game Version: CB 1.5.1-R0.1
Total Downloads: 8,920
Updated: Feb 24, 2013
Created: Apr 14, 2012
Download TheCleanerDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
1.10 b99 release 27.21 KB Feb 24, 2013 CB 1.5.1-R0.1 2,678 download TheCleaner 1.10 b99 releaseDownload
1.5 b35 release 20.17 KB Jun 29, 2012 CB 1.2.5-R4.0 1,743 download TheCleaner 1.5 b35 releaseDownload
1.5 b30 release 18.14 KB Jun 15, 2012 CB 1.2.5-R4.0 954 download TheCleaner 1.5 b30 releaseDownload
1.4 b26 release 14.51 KB Jun 4, 2012 CB 1.2.5-R3.0 903 download TheCleaner 1.4 b26 releaseDownload
1.3 b6 release 13.37 KB May 27, 2012 CB 1.2.5-R3.0 852 download TheCleaner 1.3 b6 releaseDownload
Tekkit/1.3 b1 release 12.75 KB May 24, 2012 CB 1.1-R4 568 download TheCleaner Tekkit/1.3 b1 releaseDownload
1.3 b3 release 12.93 KB May 24, 2012 CB 1.2.5-R2.0 150 download TheCleaner 1.3 b3 releaseDownload
1.3 b2 release 12.80 KB May 23, 2012 CB 1.2.5-R2.0 205 download TheCleaner 1.3 b2 releaseDownload
1.2 b1 release 12.00 KB May 9, 2012 CB 1.2.5-R1.0 264 download TheCleaner 1.2 b1 releaseDownload
1.1-b8 release 9.03 KB Apr 29, 2012 CB 1.2.5-R1.2 206 download TheCleaner 1.1-b8 releaseDownload
1.0 b6 release 5.84 KB Apr 28, 2012 CB 1.2.5-R1.0 192 download TheCleaner 1.0 b6 releaseDownload
1.0 b4 release 5.44 KB Apr 14, 2012 CB 1.2.4-R1.0 205 download TheCleaner 1.0 b4 releaseDownload

Description

Share this:

TheCleaner is a simple clean up utility (ala '/stoplag' from WorldGuard) which safely cleans up the world's dangling entities. It ignores players, their pets, and paintings, and will not clean any vehicle that is currently in use by a player.

Information

  1. Github
  2. Jenkins
    2.1. Use of the plugin builds from Jenkins is unofficial, unsupported and unapproved by BukkitDev Staff!

Commands

/cleanup

  • As a player, this command will clean the entities in your current world. It ignores paintings, other players, and player pets by default.
  • As the console, this command will clean the entities in all worlds (using the same criteria).

/sysstat

  • Display memory usage information and server tick rate
  • With –verbose, also displays environment java version and server operating system

Flags

  • Entity Flags
  • * –monster – This flag causes the command to only clear out monsters. /clean –monster
  • * –animal – This flag causes the command to only clear out animals. /clean –animal
  • * –watermob – This flag causes the command to only clear out water mobs. /clean –watermob
  • * –vehicle – This flag will cause the command to only clear out vehicle entities. Cannot be used with –painting. /clean –vehicle
  • * –painting – This flag will cause the command to only clear out paintings. Cannot be used with –vehicle. /clean –painting
  • * –golem – This flag will cause the command to clear out player created golems, in addition to all the regular entities. /clean –golem
  • * –pet – This flag will cause the command to clear out pets, in addition to all the regular entities. /clean –pet
  • * –villager – Specifying this flag will cause villagers to be removed. By default they are untouched. /clean –villager
  • Informational flags
  • * –info – Displays entity information about the given worlds, your current world, or all worlds (from console or with –all). /clean –info
  • * –verbose – Displays more complete information during a clean.
  • * –broadcast – Sends notices to all online players that the entities are being cleaned.
  • * –radius=[num] – Sets a radius around a player, outside of which entities will not be cleaned.
  • –force – Causes all entities (excluding players and paintings) to be removed forcefully from the server. Can also include a flag. Without additional flags, Includes pets and vehicles (even if they're in use), but not paintings. /clean –force
  • world name – Can be used to specify a specific world for cleanup. /clean world_nether

Flag Usage

Flags can be combined in any number of ways to create dynamic cleanup switches. If you want to clear out the server's animals because breeding got out of control, just do /clean –animal –all. To generate a detailed report of which entities were cleaned and how many, you can use –report.

Flags are explicit. If you don't set one in the command, that type of entity will NOT be cleaned.

Startup

Specifying the config option startup.clean and startup.flags allows TheCleaner to clear out entities when the world finishes loading, which could help for cases where you've blown up a lot of TNT and can't get back onto your server. –info, –all, and –verbose do not do anything in this case.

Example commands

/clean --all --monster
/clean --watermob world
/clean --force --verbose --broadcast
/clean --broadcast --vehicle
/sysstat

Permissions

  • thecleaner.monster
  • thecleaner.animal
  • thecleaner.watermob
  • thecleaner.vehicle
  • thecleaner.painting
  • thecleaner.pet
  • thecleaner.golem
  • thecleaner.villager
  • thecleaner.force
  • thecleaner.info
  • thecleaner.all
  • thecleaner.verbose
  • thecleaner.broadcast
  • thecleaner.world.[world name]
  • thecleaner.* – Includes all above permissions

Comments

Add a comment