
FindPlayer
Plugin that makes a command can tell you where is a player is and can be configured easily and so cool.
5
0
⚡ FindPlayer
Ever wanted to see where is someone maybe in nether as a admin of a server FindPlayer is here.
Please contact me on Discord if you have any suggestions or edits.
🎯 What Does It Do?
Creates a command for you to see where the player is.
⌨️ Commands & Permissions
| Command | Access | Description |
|---|---|---|
/findplayer:use | Everyone | Finds the player |
/findplayer:reload | Operator | Reloads the configuration |
📁 Config
A folder named FindPlayer is created in your plugins folder automatically. Inside you will find a clean config.yml file.
# ==========================================
# FindPlayer Configuration
# ==========================================
#
# Placeholders:
# [Player] - Target player name
# [World] - World name
#
# Colors:
# &a, &b, &c, &d, &e, &f ...
# &#RRGGBB for hex colors ...
#
# ==========================================
# ---------------------
# Player Found
# ---------------------
found-chat:
enabled: true
message: "[Player] is currently in [World]"
found-actionbar:
enabled: false
message: "[Player] is in [World]"
found-title:
enabled: false
title: "Player Found"
subtitle: "[Player] is in [World]"
found-sound:
enabled: false
sound: ENTITY_EXPERIENCE_ORB_PICKUP
volume: 1.0
pitch: 1.0
# ---------------------
# Player Not Found
# ---------------------
not-found-chat:
enabled: true
message: "[Player] is either offline or does not exist"
not-found-actionbar:
enabled: false
message: "[Player] is offline or does not exist"
not-found-title:
enabled: false
title: "Player Not Found"
subtitle: "[Player] is offline or does not exist"
not-found-sound:
enabled: false
sound: ENTITY_VILLAGER_NO
volume: 1.0
pitch: 1.0
# ---------------------
# No Argument
# ---------------------
no-argument:
message: "You must specify a player name"
# ---------------------
# Disabled Users
# ---------------------
disabled-users:
enabled: false
message: "You cannot find where [Player] is"
list: []
disabled-users-sound:
enabled: false
sound: ENTITY_VILLAGER_NO
volume: 1.0
pitch: 1.0
# ---------------------
# Command Alias
# ---------------------
# Restart the server for this to take effect
# Only letters and numbers are allowed
# Invalid values will be reset to "findp"
command-alias:
enabled: false
alias: "findp"
📥 Installation
- Download the latest version of FindPlayer.
- Drop the
.jarfile into your server'spluginsfolder. - Restart your server.
- Done! No additional setup required.
✅ Supported Versions
1.21.x
💻 Supported Platforms
- Paper, Folia, Purpur, Spigot, Bukkit
© 2026 FindPlayer. All rights reserved to MIT.
