Solved PigZombie(Pigman) can not be spawned in?

Discussion in 'Plugin Development' started by IconByte, Jan 31, 2015.

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

    IconByte

    Hello. I am having problem with pigman spawning, it isn't giving ANY errors, just ignoring spawning and that's it.

    Code:
                            World w = Bukkit.getServer().getWorld("Arena");
                            PigZombie pigZombie = w.spawn(new Location(w, 0.5, 73, 0.5), PigZombie.class);
     
  2. Offline

    adam753

    Can we see more code? It's most likely that this point in your code isn't being reached.
     
  3. Offline

    IconByte

    It was reached, but I am dumb and my "MobSpawningListener" cancelled mob spawnings. xD
    Solved.
     
Thread Status:
Not open for further replies.

Share This Page