-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.