PGM icon indicating copy to clipboard operation
PGM copied to clipboard

Add Tracking Compass Module

Open cswhite2000 opened this issue 11 months ago • 0 comments

Adds a module for tracking players with compasses. Tracking other things is to be added in later PRs. This acts on all compasses

Example XML for an FFA:

<compass show-distance="true">
        <player filter="always" show-player="true"/>
</compass>

thingy

Other things this supports:

  • Custom Names:
<compass>
    <player filter="always" name="Wool Carrier"/>
</compass>
  • Multiple Options:
<compass order="FIRST_DEFINED">
    <player filter="wool-carrier" name="Wool Carrier"/>
    <player filter="enemy" show-player="true" name="Nearest Enemy"/>
</compass>

cswhite2000 avatar Mar 11 '24 03:03 cswhite2000