Only Zombies Spawn (Need this badly!)

Discussion in 'Archived: Plugin Requests' started by Xerfox, Apr 13, 2013.

  1. Offline

    Xerfox

    All I need is for only zombies to spawn. If you could do this I would be incredibly greatful. I need it before Monday if possible. Thanks!
     
  2. Offline

    JeremyZh

    Use essentials
     
  3. Offline

    timtower Administrator Administrator Moderator

  4. Offline

    CraftThatBlock

    I could do this. Give me... 10 min.
     
  5. Offline

    Williscool98

    It's been 3 hours... ;)
     
  6. Offline

    Zarius

    You could use OtherDrops with a lot of flexibility in the way you can do it. Here's an example:

    PHP:
      ANY_CREATURE:
        - 
    actionmobspawn
          drop
    ZOMBIE  # replace all spawns with normal zombies
          
    worldMYWORLD  # only in this world
    You can add additional conditions such as per region, biome, heightlevel, etc. You can also modify some of the zombies stats if you want - have some be villager zombies, some baby zombies and customise their equipment too.
     

Share This Page