Hi people! I want add a time that only can use it every 24 hour.
function onUse(player, item, fromPosition, itemEx, toPosition, isHotkey)
if isInArray({SKULL_RED, SKULL_BLACK}, player:getSkull()) then
player:setSkull(SKULL_NONE)
player:setSkullTime(0)...