Minecraft Spigot plugin that creates compasses that point to players.
Commands | Screenshots | Config | Download | Install | Disclaimer | Build Information | License
/tracker - Show all the tracker commands.
/tracker <playerToTrack> - Create a compass that tracks a player.
/tracker <playerToTrack> <player> - Give a compass to a player that tracks a player.
/tracker <playerToTrack> all - Give a compass to everyone that tracks a player.
Preview of usingDistanceTracking
and usingCoordinateTracking
enabled.
Preview of usingDistanceTracking
and usingCoordinateTracking
disabled.
Preview of usingDistanceTracking
enabled.
Preview of usingCoordinateTracking
enabled.
The configuration file is located in ./plugins/CommandTracker/config.yml
config.yml
usingDistanceTracking: false
usingCoordinateTracking: false
Configuration Option | Description | Value |
---|---|---|
usingDistanceTracking | Provides the distance between the tracked player and the compass holder. Example: Tracking: Notch 50m | true, or false |
usingCoordinateTracking | Provides the coordinate of the tracked player. Example: Tracking: Notch (14,56,10) | true, or false |
Navigate to the releases tab and download the latest version of the plugin for your Minecraft version.
- Create a spigot, or spigot-plugin compatible server.
- Download the plugin.
- Navigate to the root directory of the server.
- Drag the plugin into
./plugins
- (Optional) Configure the plugin.
- Run the server.
Only Minecraft version 1.16.5 is supported.
You need to right-click the compass to update the tracker with the player's latest coordinates.
Built with IntelliJ IDEA Community Edition 2020.3
Built using Minecraft Development plugin for IntelliJ
Built for Minecraft version 1.16.5
To compile the binary:
- Navigate to the Maven Panel
- Open Lifecycle
- Double-click compile
- Open Plugins
- Open Jar
- Double-click jar:jar
- Compiled binary should be located in
./target/
Compass-Tracker is licensed under the MIT License. Dependencies are under their respective licenses.