Skip to content

arboriginal/SCT-CoordsTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

SCT-CoordsTracker

This is a tracker addon for SimpleCompass. It allows to track specific coordinates.

How to install

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

Configuration

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.

Permissions

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