Moves the given player by the given amount.
Moves Mike by 5 Units on the X-Axis.
POS Mike ADD x=5Moves Mike by 2 Units on both the Y & Z Axis.
POS Mike ADD y=2 z=2Sets the given player's position..
Teleports Mike to X:1 Y:2 Z:3.
POS Mike SET x=1 y=2 z=3Query where the given player currently is located at.
Returns the position of Mike.
POS GET Mike