A small Spigot plugin to get the location of a currently active player.
src/main | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |
ploc
A small Spigot plugin to get the location of a currently active player.
Usage
/ploc player
{"world": "world", "x": "-180.27295977474313", "y": "80.15760193976588", "z": "208.01432502446383"}
Develop
Requirements:
- Java 15
- Maven