im not receving no rewards and there are no errors in the skript.
on region enter:
if "%region at player%" contains "afk":
set {_afk.%player's UUID%} to true
on region enter:
if "%event-region%" contains "afk":
send title "&e&lAFK &lAREA" with subtitle "AFK Crate Key every 30 minutes here." for 999 days
on region exit:
if "%event-region%" contains "afk":
reset title
set {_afk.%player's UUID%} to false
on region enter:
if "%event-region%" contains "afk":
if {_afk.%player's UUID%} is true:
wait 3 seconds
give player yellow dye of mending 1 named "&e&lAFK &lKEY &lTOKEN"