How to summon an entity next to another entity?

Discussion in 'Bukkit Help' started by HAPPYgmChan, Jan 1, 2021.

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

    HAPPYgmChan

    So, I googled this question and I didn't find a soluton to this problem.

    Never mind, I have found a solution
    It is:
    if (event.getEntityType() == EntityType.VILLAGER) {
    Zombie zomb = event.getEntity().getWorld().spawn(event.getEntity().getLocation().add(0,0,0), Zombie.class);
    }

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jan 1, 2021
Thread Status:
Not open for further replies.

Share This Page