#How to detect if type of mob/entity dies

4 messages · Page 1 of 1 (latest)

runic ice
#

Is it posible to detect if idk like warden dies then some code executes like idk summons minecraft tnt or other.

fast micaBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

tiny forge
#
EntityEvents.death('mob-id', event => {
  //do stuff
})
#

just switch out the mob-id for the warden's id