I want to stop mobs from spawning in a specific area because a mob farm there is lagging my server. How do I do this? Is it possible to do this with command blocks in vanilla Minecraft?
52 Answers
Put an Always Active and Repeat Command Block with the following command:
kill @e[type=!Player,r=<range>]Where <range> is the radius of the area that will have all entities except Players killed constantly.
Changing the biome to Mushroom Island or Mushroom Island Shore will stop hostile mobs from spawning. This can be done with McEdit. Killing the mobs via command blocks will cause even more lag from the drops. While this is not vanilla, you mentioned you are on a server, (assuming its bukkit) there are plugins that let you define regions and then disable spawning.