Description
Percy's Locator Kit allows you to customise your locator bar. You can change the colour of your waypoint, the icon, but also your transmit- and receive range. All of this is done using triggers.
/trigger PLKColor
Running this trigger will bring up a colour picker in chat. Here you can select one of the 16 default colours for the waypoint.
Click on any of these to set your waypoint colour.
Click reset to reset to the random colour Minecraft picked for you.
/trigger PLKColorHex
When holding paper with a custom name, sets your waypoint colour to the custom name.
To use:
- Rename any item to a hex value in an anvil (e.g. "0F0", "00FF00". Make sure it's not prefixed with a hashtag "#").
- Trigger this command while holding the renamed paper.
- Your waypoint colour will be changed to the colour on your paper.
Known issue: When triggering PLKColorHex and using a 3-digit hex code (e.g. "0F0"), the feedback message in chat will show an incorrect colour. The waypoint itself is updated to the correct colour. Using a 6-digit hex code works as intended. This appears to be a Minecraft issue.
/trigger PLKStyle
When holding paper with a custom name, sets your waypoint style to the custom name.
To use:
- Rename any item to the namespaced ID for a waypoint style in an anvil. (Minecraft's built-in styles are
minecraft:default
, andminecraft:bowtie
. If you have no resourcepack with custom waypoint styles, feel free to try with the built-in ones.) - Trigger this command while holding the renamed paper.
- Your waypoint style will be changed to the waypoint style on your paper.
/trigger PLKReceiveRange
Sets the distance that you can receive waypoints.
To use, run /trigger PLKReceiveRange set <distance>
Where <distance>
is the distance in blocks that you can receive waypoints.
Example:
Running /trigger PLKReceiveRange set 10
will limit the range in which you can receive waypoints to 10 blocks. Waypoints further than that will not show up in your locator bar.
The default value is 60000000 (60 million).
/trigger PLKTransmitRange
Sets the distance that your waypoint is transmitted
To use, run /trigger PLKTransmitRange set <distance>
Where <distance>
is the distance in blocks that your waypoint will be transmitted.
Example:
Running /trigger PLKTransmitRange set 10
will limit the range in which your waypoint is transmitted to 10 blocks. Players further than that will not see your waypoint in their locator bar.
The default value is 60000000 (60 million).