Player
paper/player_get_location
Get Player Location
Returns the player's current location and coordinates.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
player |
player | The player. |
Outputs
| Name | Type | Description |
|---|---|---|
location |
location | Full location object. |
x |
number | X coordinate. |
y |
number | Y coordinate. |
z |
number | Z coordinate. |
world |
string | World name. |