Skip to content

Config Explained

axle2005 edited this page Oct 26, 2016 · 2 revisions

# Default Config: Clearing { CrashMode=false EntityList=[ "minecraft:zombie", "minecraft:witch", "minecraft:skeleton", "minecraft:creeper", "minecraft:arrow" ] Interval=60 KillAllMonsters=false KillDrops=false ListType=WhiteList PassiveMode=false } Warning { Enabled=true Message="[ClearMob] Clearing Entities in 1 minute" }

Clearing

CrashMode

  • Enables the Crash Chunk Load Clear mode. This is an Admin tool added to try and help clear entities that could be crashing the server when the chunk is loaded. It is disabled by default as it will clear all entities in the chunks that get loaded, ignoring the list altogether.

EntityList

  • Any 'Entity' put in this list will be removed (Whitelist Mode) or will be safe from the clear (Blacklist mode) Using /clearmob dump, you can get the exact names this list uses.

Interval

  • The interval time (In seconds) for passive mode to run if enabled.

KillAllMobs

  • Once again, ignoring the list, this option will remove any entity that is an instance of Monster.

KillDrops

  • Ignores the list, will remove all of "minecraft:item" which is common for items on the ground.

ListType

  • Explained above.

PassiveMode

  • Enables passive mode that will automatically run the clear command at the defined interval.

Warning

Enabled

  • Self Explanatory (Will not work if PassiveMode interval is 60 or less)

Message

  • Fully customizable message that will be broadcast to everyone on the server a minute before drops are cleared.
Clone this wiki locally