Solved disabel zombies in spawn?

Discussion in 'Bukkit Help' started by pwb, Apr 20, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    pwb

    Hi, how can i prevent zombies from spawn? I have plugin
    bPermission
    worldedit
    worldguard
    essentials
    essentialsspawn
     
  2. Offline

    imaxorz

    Make a WG region for the area that you want to prevent mob spawning and do.

    If you already have one use that.

    /region flag <region name> mob-spawning deny

    That will prevent any mob spawning in that area. Not sure if it can do individual mobs.

    If you do that no one will be able to build in spawn and if you want them to change the build flag.

    /region flag <region name> build allow
     
  3. Offline

    andrewpo

    imaxorz
    /region flag <region name> deny-spawn zombie



    To prevent zombies throughout the entire world you're currently in,
    Code:
    /region flag __global__ deny-spawn zombie
    That's TWO underscores before *and* after 'global' ^^


    For future use: [Click for WG reference]
     
  4. Offline

    pwb

    thanx
     
Thread Status:
Not open for further replies.

Share This Page