Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stumper66 committed Dec 30, 2020
1 parent 56db311 commit f1b0b26
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# FindPlayer
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.

## Configuration

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, json or none.

default configuration:
![config](/images/config1.png)

The online and offline player messages are fully customizeable to show only the items you want to see, change colors and more.

## Examples:
![example1](/images/image1.png)
![example2](/images/image2.png)
Binary file added images/config1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f1b0b26

Please sign in to comment.