cWorld:SetBlock doesn't automatically translate strings to the blocktype and meta. You could take WorldEdit's GetBlockTypeMeta function to do this: https://github.com/cuberite/WorldEdit/bl...ns.lua#L12
local type, meta = GetBlockTypeMeta(Split[5]) Player:GetWorld():SetBlock(outVector, type, meta)