Skip to content

arboriginal/SCT-PositionTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

SCT-PositionTracker

This is a tracker addon for SimpleCompass. It allows to track static positions.

How to install

  • Drop the jar file into your plugins/SimpleCompass/trackers folder
  • Restart your server.

Configuration

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.

Permissions

  • 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>
  • 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"
  • 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"
  • To auto track all named positions (without scompass.track.auto.POSITION.<name> for each), players need:
    • scompass.track.auto.POSITION.*