local config = {
actionId = 65300,
storageKey = 46870,
exhaustion = 10 -- seconds
}
local event = EventCallback -- or Event()
function event.onMoveItem(player, item, count, fromPosition, toPosition, fromCylinder, toCylinder)
if item:getActionId() == config.actionId then return...