/
In 25w15a, Mojang released the Locator Bar, which can show waypoints. Currently, only entities can be waypoints with players showing by default.
This mod extends the /waypoint command to allow adding/modifying/removing of "static" waypoints.
/waypoint list/waypoint static add <id> <x y z> [color <color>] [style <style>] [range <range>]/waypoint static modify <id> location <x y z>/waypoint static modify <id> color <color>/waypoint static modify <id> color hex <color>/waypoint static modify <id> style reset/waypoint static modify <id> style set <style>/waypoint static modify <id> range <range>/waypoint static remove <id>