PGM
PGM copied to clipboard
Add Tracking Compass Module
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>
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>