Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Latest commit

 

History

History
93 lines (52 loc) · 997 Bytes

File metadata and controls

93 lines (52 loc) · 997 Bytes

Move

  POS      ADD  


Description

Moves the given player by the given amount.


Example

Moves  Mike  by  5 Units  on the X-Axis.

POS Mike ADD x=5

Moves  Mike  by  2 Units  on both the Y & Z Axis.

POS Mike ADD y=2 z=2



Goto

  POS      SET  


Description

Sets the given player's position..


Examples

Teleports  Mike  to  X:1  Y:2  Z:3.

POS Mike SET x=1 y=2 z=3



Where

  POS      GET  


Description

Query where the given player currently is located at.


Example

Returns the position of  Mike.

POS GET Mike