#revive-recent

1 messages · Page 1 of 1 (latest)

steady shoal
#

hello! how can i make it so you can revive people who recently died?

#
  trigger:
    loop players:
      if {dead::*} doesn't contain uuid of loop-player:```
lavish anvil
#

set a var to now when they die, or have a list of recently dead, then put them in the dead list after a while

steady shoal
#

alr thank you! i will try that

steady shoal
#

mb for pinging

brazen ember
#

use an on death event and add the dead player to the list

steady shoal
#

no, because when people that died as an example 10 minutes ago will then still be revived

lavish anvil
#

why dont you just to the timestamp one

#

much easier

lavish anvil
#

then wait a bit and put them on the really dead list

steady shoal
#

thank you this really helped!