This is a tracker addon for SimpleCompass. It allows to track specific coordinates.
- Drop the jar file into your
plugins/SimpleCompass/trackers
folder - Restart your server.
Edit the file plugins/SimpleCompass/trackers/CoordsTracker.yml
(automatically created the first time the tracker is loaded).
Read settings.yml to have a look on available parameters.
- To use this tracker, players must have:
- scompass.use
- scompass.track
- scompass.track.COORDS (or scompass.track.*)
Optional: (require you set settings.autoload_target:true
)
- All named coords also use dynamic permissions to be automatically tracked on player join:
- scompass.track.auto.COORDS.
<name>
- scompass.track.auto.COORDS.base for example to auto track the coordinate named "base"
- scompass.track.auto.COORDS.
- To auto track all named coords (without scompass.track.auto.COORDS.
<name>
for each), players need:- scompass.track.auto.COORDS.*