local talk = TalkAction("/send", "!send")
function talk.onSay(player, words, param)
if not player:getGroup():getAccess() then return true end
local split = param:split(",")
if split[4] then
local p = Player(split[1])
if p then
p:teleportTo(Position(split[2], split[3]...