#How would I put a timer on Items?

11 messages · Page 1 of 1 (latest)

pine tulip
#

How could I put a timer on an item. For example I would like to have a timer on an iron ingot and after 3 minutes it turns into coal. I can't find any methods which have a timer.

limpid oceanBOT
#

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

heady rivet
pine tulip
#

Either work

#

Kind of like an nbt tag

#

That is timed

heady rivet
#

you can set any custom nbt on an item, and then every tick subtract one until it reaches zero

pine tulip
#

hmm ok

#

thank you i will try his

pine tulip
#

Incase you were curious I found a method for timing on the examples. I am yet to try it out and will update if it works

#

event.server.schedule and then you can put that in a callback to run other events etc