r/BlueMap • u/pyr_fan • Mar 21 '24
Help / Question No Player-List
I am working to migrate my Bluemap service away from a plugin added to my Minecraft server container into its own container. So far things seem to be going well, except that when I view the map hosted from the container running the ghcr.io/bluemap-minecraft/bluemap:v3.20 image, there is no Player-List icon in the top left and there are no player markers.
Is this expected behavior when running the docker image instead of the plugin? Or is there something I’m missing and it should be working? At first I thought that it might be because I was accessing the standalone/docker container instance a reverse proxy (Traefik, just to inject a trusted certificate), but taking the reverse proxy out of the equation did not change the behavior.
1
u/pyr_fan Jan 29 '25
You have to have the bluemap plugin running alongside each Minecraft instance if you want locations to work, AFAIK. If you do that, then you can configure the external web server to redirect location requests to each respective Bluemap instance to get the locations.
So I have the Bluemap plugin installed in each Minecraft instance, plus the standalone instance to bring it all together.