[REQ] Spawn Zombie on Player's death

Discussion in 'Archived: Plugin Requests' started by Blackbirddddd, Nov 18, 2012.

  1. Offline

    Blackbirddddd

    When a player dies a Zombie will spawn in there place.
    I'd also appreciate it if you could have a config so you can decide if this only happens at night or not.
     
  2. Offline

    xYn

    That's basically one line of VariableTriggers. Trigger event playerdeath + Entity ZOMBIE 1 <triggerloc>
    If I recall correctly, you cannot check day or night with VT, but you can check the light level.
     
  3. Offline

    Retherz_

    yeah
     
  4. Offline

    LexLaiden

    Amazing how many things can be done with a couple of lines using VariableTriggers plugin :cool:
     
    chasechocolate likes this.
  5. Offline

    charlie_boi

    Can also be easily done with OtherDrops, which can actually be locked to only happen at night and not just light levels.
     
  6. Offline

    Zarius

    OtherDrops example:
    Code:
    PLAYER:
      - drop: ZOMBIE
        time: night
    
     
  7. i can do this if you still want it done
     
  8. Offline

    xXSilentYoshiXx

    Do you know how to code? If you do, then just make a Zombie entity replace the Person's entity on the EventHandler PlayerDeathEvent. Do NOT use PlayerRespawnEvent, because it will spawn a Zombie at a different location where the player respawns. You wouldn't want that! xD
     

Share This Page