README: add link to relevant bluemap code #2

Merged
frero merged 1 commits from readme-add-bluemap-json-format-link into hovudgren 2026-02-08 09:32:27 +01:00

View File

@@ -39,6 +39,7 @@ be sure to check out:
- [valve source rcon](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol)
- [minecraft command for getting player position](https://www.reddit.com/r/MinecraftCommands/comments/r6ftgz/help_getting_my_coordinates_using_rcon/)
- [how to do socket stuff](https://thelinuxcode.com/socket-programming-in-c-building-networked-applications-from-the-ground-up/)
- [bluemap player position json blueprint](https://github.com/BlueMap-Minecraft/BlueMap/blob/master/common/src/main/java/de/bluecolored/bluemap/common/live/LivePlayersDataSupplier.java)
additionally, i have a `Makefile` that can build the code and also automagically deploy it on the server. beware that you need root permissions for this.