Clearing { CrashMode=false # Time in seconds for Passive mode to run Interval=60 # Removes all Monsters if enabled KillAllMonsters=false # Removes Animals if there are more than 20 in 3 block radius. (Down to 20) KillAnimalGroups=false # Removes all Items on ground except ones on Blacklist KillDrops { Enabled=false # Accepts 'WhiteList' or 'BlackList', Whitelist will remove everything on list, Blacklist does reverse ListType=BlackList } Lists { # Entities on list get removed EntityList=[ "minecraft:zombie", "minecraft:witch", "minecraft:skeleton", "minecraft:creeper", "minecraft:arrow" ] ItemList=[ "minecraft:redstone", "minecraft:diamond" ] # Tile Entities on list get removed TileEntityList=[ "forestry:Swarm" ] } # Limits Mob Spawning (Bosses can still spawn MobLimiter { Enabled=false Limit=500 } # Allows server to automatically clear entities PassiveMode=false } # Broadcasts a Message 60 seconds before Entities are cleared. (Can be colored) Warning { Enabled=true Messages { Cleared="[ClearMob] Entities have been cleared" Warning="[ClearMob] Clearing Entities in 1 minute" } }