This is a tracker addon for SimpleCompass. It allows to track static positions.
- Drop the jar file into your
plugins/SimpleCompass/trackers
folder - Restart your server.
Edit the file plugins/SimpleCompass/trackers/PositionTracker.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.POSITION (or scompass.track.*)
- To be able to add or remove positions, players must also have:
- scompass.track.POSITION.
<manage>
- scompass.track.POSITION.
- All named positions in
PositionTracker.yml
use dynamic permissions:- scompass.track.POSITION.defined.
<name>
- scompass.track.POSITION.defined.spawn for example to track the position "spawn"
- scompass.track.POSITION.defined.
- To have access to all named positions (without scompass.track.POSITION.defined. for each), players need:
- scompass.track.POSITION.defined.*
Optional: (require you set settings.autoload_target:true
)
- All named positions also use dynamic permissions to be automatically tracked on player join:
- scompass.track.auto.POSITION.
<name>
- scompass.track.auto.POSITION.spawn for example to auto track the position named "spawn"
- scompass.track.auto.POSITION.
- To auto track all named positions (without scompass.track.auto.POSITION.
<name>
for each), players need:- scompass.track.auto.POSITION.*