README: add link to relevant bluemap code

This commit was merged in pull request #2.
This commit is contained in:
2026-02-08 16:10:10 +09:00
parent 24b45c002f
commit c271425a55
+1
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.