A small Spigot plugin to get the location of a currently active player.
Go to file
Augusto Dwenger J. 64a59e1909 Make onCommand params final 2021-04-20 23:13:33 +02:00
src/main Make onCommand params final 2021-04-20 23:13:33 +02:00
.gitignore Init commit 2021-04-07 21:28:28 +02:00
LICENSE Add MIT license 2021-04-07 22:06:09 +02:00
README.md Change command output to JSON format 2021-04-07 22:56:06 +02:00
pom.xml Fix maven encoding warnings 2021-04-07 23:01:44 +02:00

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