PlayerTracker lets players track another player using a compass, updating in real-time as the target moves.
Designed for SMPs, PvP hunts, bounty servers, and survival gameplay — with clean, efficient performance and easy configuration.
Player Tracker ensures: ➤ Fair tracking rules ➤ Optional cost to track (Vault support) ➤ Item-based control (hold or possess a compass) ➤ Distance and world restrictions ➤ Smooth tracking updates All messages are fully customizable in the config.yml.
➤ TRACK WITH COMMAND OR COMPASS Flexible tracking system for both staff and players
➤ OPTIONAL PLAYER FEES Require items or $$$ based fees. VAULT required for economy
➤ MAXIMUM TRACKING DISTANCE
Configure a certain distance to search
➤ COOLDOWN PERIOD FOR TRACKING Prevents spam clicking and reduces server load
➤ CANCEL TRACKING BY CLICKING COMPASS Quickly stop tracking without commands
➤ TARGET GETS NOTIFIED WHEN BEING TRACKED Great for PvP, events, and fairness
➤ ADMIN BYPASS PERMISSION Staff can remain completely untrackable
➤ ADMIN GUI VIEW TO MANAGE TRACKERS A clean admin interface showing who is tracking who
➤ COMMAND TO CLEAR YOUR TARGET, OR OTHER PLAYERS Reset your current target instantly
➤ TRACK RANDOMLY BY CLICKING COMPASS Perfect for PvP, hunts, and manhunt events
➤ /track <player> Tracks a player using a command
➤ /pt reload Reloads the plugin configuration
➤ /cleartarget Stops tracking your current target
➤ /cleartarget <player> Clears the tracking target of another player (requires permission)
➤ /playertracker Displays the main help menu
➤ /trackers Shows a list of players currently tracking someone
➤ playertracker.track Allows players to track another player
➤ playertracker.cleartarget Allows players to stop tracking their target
➤ playertracker.cleartarget.other Allows clearing another player's tracking target
➤ playertracker.bypass Makes the player untrackable
➤ playertracker.reload Allows reloading the plugin configuration
➤ playertracker.notify Notifies a player when being tracked
All messages displayed to players can be changed inside the config.yml. This includes prefix, tracking messages, errors, and more.
Code (Text):
# ===================================================================
# PlayerTracker — Main Configuration File
# Created by QuaccOnCracc (2025)
# For support, visit the SpigotMC resources page
# ===================================================================
#
# Formatting:
# - Use & for color codes.
# - HEX colors (#RRGGBB) are supported.
# - Variables: {prefix}, {target}, {tracker}, {distance}, {amount}, {item}
#
# ===================================================================