Try changing the syntax for positions, here for example:
posArena = {{x = 31436, y = 32228, z = 7}, {x = 31490, y = 32275, z = 7}},
Change to this:
posArena = {Position(31436, 32228, 7), Position(31490, 32275, 7)},
Do this for every occurence where there is a position.