Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. A

    Question Detecting NPC respawn

    Hello, is there any way to efficiently detect when a mob respawn after it gets killed? Currently I do it like Execution.delayUntil { Npcs.newQuery() ... != null } It works, but not fast enough to beat other players to mobs on spots like Hill Giants.
Top