ploc/README.md

14 lines
260 B
Markdown
Raw Permalink Normal View History

2021-04-07 22:06:30 +02:00
# ploc
A small Spigot plugin to get the location of a currently active player.
## Usage
`/ploc player`
```text
{"world": "world", "x": "-180.27295977474313", "y": "80.15760193976588", "z": "208.01432502446383"}
```
2021-04-07 22:06:30 +02:00
## Develop
Requirements:
- Java 15
- Maven