Skip to content

Minecraft Spigot plugin that creates compasses that point to players.

License

Notifications You must be signed in to change notification settings

kdserra/Compass-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compass-Tracker

Minecraft Spigot plugin that creates compasses that point to players.

Commands | Screenshots | Config | Download | Install | Disclaimer | Build Information | License

Commands

/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.

Screenshots

Preview of usingDistanceTracking and usingCoordinateTracking enabled.

Preview of usingDistanceTracking and usingCoordinateTracking disabled.

Preview of usingDistanceTracking enabled.

Preview of usingCoordinateTracking enabled.

Config

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

Download

Navigate to the releases tab and download the latest version of the plugin for your Minecraft version.

Install

  1. Create a spigot, or spigot-plugin compatible server.
  2. Download the plugin.
  3. Navigate to the root directory of the server.
  4. Drag the plugin into ./plugins
  5. (Optional) Configure the plugin.
  6. Run the server.

Disclaimer

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.

Build Information

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/

License

Compass-Tracker is licensed under the MIT License. Dependencies are under their respective licenses.

About

Minecraft Spigot plugin that creates compasses that point to players.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages