How can i block pos of teleport that denie player to throw above it some trash items like vials - golds etc ?
local config = {
time = 120, -- minutes
str = 98765, -- storage
pos = {x = 31373, y = 32780, z = 7} -- position
}
function onStepIn(creature, item, position, fromPosition)...