Deny Spawn WorldGuard Help!

Discussion in 'Bukkit Help' started by B3nderIsGreat556, Apr 20, 2014.

Thread Status:
Not open for further replies.
  1. Hey guys!

    I need some help with my worldguard deny-spawn fields
    I'm trying to allow every mob other than the following to spawn:
    ZOMBIE, PIG_ZOMBIE,SKELETON,CHICKEN,CREEPER,CAVE_SPIDER,WITCH,WOLF,SPIDER,WITCH,BLAZE,ENDERMAN
    and I wanted to know how to do it, I haven't been able to not spawn certain mobs,
    as you will see in my attached regions file, I've tried with no avail.

    Pastebin file: http://pastebin.com/kXJykMVQ

    Nobody? Come on, guys!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  2. Offline

    Bobcat00

    The format of your flags section looks incorrect. Here's mine:

    Code:
            flags:
                deny-spawn: [SPIDER, ENDERMAN, WITCH, SKELETON, CREEPER, ZOMBIE]
                pvp: deny
                invincible: allow
                mob-damage: deny
                entity-item-frame-destroy: deny
                entity-painting-destroy: deny
                lighter: deny
    
     
  3. Oh wow, thanks!
     
  4. Offline

    Bobcat00

    If you still have trouble, let us know. If so, besides posting your regions file, also do /region info spawn
    and post a screenshot of the output.
     
  5. Offline

    Bobcat00

    Your format is wrong. Go back and look carefully at mine. Note the lack of braces { } and use of commas.
     
  6. Here's the error: http://pastebin.com/ZfGRfTzr

    Can you fix it?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  7. Offline

    Bobcat00

Thread Status:
Not open for further replies.

Share This Page