Time formats
Time formats make it easier to use times, you can use them in any time option (cooldown, delay, etc.)
If you don't specify a format and simply leave the number, it will be counted as ticks (20 ticks = 1 second)
Example 1:
teleport_delay:
  time: 3s  Example 2:
cooldown:
  time: 1h 30m 20s Format
Time type
Recommended
t
Tick(s)
s
Second(s)
m
Minute(s)
h
Hour(s)
d
Day(s)
w
Week(s)
Last updated
Was this helpful?