Description
With this mod you can create zones in which no mobs can spawn.
This way you can prevent the spawning of mobs in villages or buildings, regardless of the light level.
Usage: (Version 1.5)
Create Zone:
/nsz create <id> <dimension> <x_from> <y_from> <z_from> <x_to> <y_to> <z_to> [list of excluded entities, e.q. "{101,102,200}"]
List Zones:
/nsz list
Delete Zone:
/nsz delete <id>
Enable/Disable:
/nsz enable <true|false>
List Mob Ids:
/nsz listids
Addon now prevents spawning of all mobs by default. You can exclude mobs with an excluding list. The excluding list contains a list of mobs ids, see /nsz listids.
e.g.:
/nsz create Village minecraft:overworld 100 35 100 200 36 200 "{187,200}"
In this case no mob will spawn in the defined area, except zombies (id=187) and friendly entities (id=200).


