Minecraft Java Plugin
Use this plugin on your minecraft spigot server to add a command to locate players on your server. It will show their coordinates, world and more. If the target user is offline (and logging is enabled) it will show where they last were.
Includes optional integration into WorldGuard and will display whichever regions the player is in.
Nothing special needed. Just place the .jar file into your plugins directory and restart the server. By default it will log to a json file so player's last location will be logged. Logging options include: mysql, sqlite, json or none.
The online and offline player messages are fully customizeable to show only the items you want to see, change colors and more.
- FindPlayer.findp - basic permission to allow looking up player's locations
- FindPlayer.reload - reload the configuration
- FindPlayer.purge - delete any cached entries from memory and disk
Credit goes out to ellienntatar for making the original FindPlayer. I wanted to improve on it so make this version from the original concept.