options:
{teleportCooldown}: 10
on join:
set {remainingCooldown::%uuid of player%} to {teleportCooldown}
send "%{remainingCooldown::%uuid of player%}%"
I tried to set remainingCooldown to teleportCooldown but when sending the value, it returns <none> (with no errors)
{teleportCooldown}: 10
on join:
set {remainingCooldown::%uuid of player%} to {teleportCooldown}
send "%{remainingCooldown::%uuid of player%}%"
I tried to set remainingCooldown to teleportCooldown but when sending the value, it returns <none> (with no errors)