#(DRAGNIL68) why is it that if a player uses a totem it still counts as dying in denizen?

11 messages · Page 1 of 1 (latest)

weak dawn
#

player_stats_playerdeaths:
type: world
events:
after player killed:
- narrate test
If I use a totem it narrates test why? and how do i stop it?
(I'm new to denizen I have finished the beginner guide)

autumn yachtBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

meager fossil
#

Denizen only listens to events

#

So if the relevant spigot/paper event fired, denizen will fire the script event if the event line matches

#

If you want to track the amount of player deaths, Minecraft already handles this via player statistics

#

!t player.statistic

fossil nestBOT
meager fossil
#

Denizen has this tag ^ which lets you read it

weak dawn
#

Thanks!

#

!close