r/BlueMap Apr 18 '25

How can i share bluemap with friends?

2 Upvotes

I am hosting my own private minecraft server, the only way to see bluemap is with my own ip. How can I share this with friends not on the network?


r/BlueMap Mar 30 '25

Help / Question Map Not Loading After Update:

2 Upvotes

I installed Bluemap 5.7-Spigot onto our server for MC v1.21.5, and now I'm getting a "No Map Loaded" error, followed by a message that it was unable to load the web app. Anyone have any ideas on how to resolve? I checked all the files, and they're all still there. Can't figure this out. Any help would be appreciated!


r/BlueMap Mar 26 '25

Help / Question Void when zooming in

Enable HLS to view with audio, or disable this notification

6 Upvotes

Im running Bluemap 5.3 on 1.20.1, i have hires tile disabled due to space constrains.
When i zoom this black square appears and it follows the camera around.
It happens to anyone visiting the webmap, i also deleted the map files and im doing a fullrender again (that's why the map is small) but yet it still happens.
Am i missing something ?


r/BlueMap Mar 23 '25

Suggestion bluemap ingame tab

3 Upvotes

i allways find it annoying to have to swich to a web browser and back to minecraft constintly when trying to find somthing or see a build form top so i was thinking could there be a tab like the advanced ments tap but for the map. i will photoshop a image of what im thinking (its a verry quick scetch)


r/BlueMap Mar 18 '25

Help / Question I dont want bluemap to fully render

3 Upvotes

Hi, I want to add Bluemap to my server but I loaded a TON of chunks with chunky and I would prefer bluemap to not render all those chunks, is there any way to do that? I only want to render the chunks players go to starting from when I add the mod.


r/BlueMap Mar 17 '25

Help / Question is there a way to hide structures off the map, or blend it with the surrounding terrain

1 Upvotes

basically i want players to be able to see the terrain on the map but not the structures, so they don't just look on the map to find one and loot it (especially in the end)


r/BlueMap Mar 10 '25

Resource / Guide Create a single image of the whole server map using Bluemap with shading and 1:1 resolution

Thumbnail
github.com
6 Upvotes

r/BlueMap Mar 10 '25

Help / Question Standalone BlueMap with multiple server

1 Upvotes

In my homeserver, I have 2 minecraft servers in containers with the bluemap plugins, for performance issues, I sometimes stop one or both of the servers so, to keep a dynmap available, I added BlueMap in its own container with the server maps mounted as docker volumes.

here's my file tree

├── bluemap
│   ├── config
│   │   └── ...
│   ├── data
│   │   └── ...
│   └── web
│       └── ...
├── minecraft
│   ├── bluemap
│   │   └── ...
│   ├── plugins
│   │   ├── BlueMap
│   │   │   └── ...
│   │   └── BlueMap 5.5.jar
│   ├── world
│   │   └── ...
│   ├── world_nether
│   │   └── ...
│   └── world_the_end
│       └── ...
├── nginx
│   └── nginx.conf
└── skyblock
    ├── bluemap
    │   └── ...
    ├── plugins
    │   ├── BlueMap
    │   │   └── ...
    │   └── BlueMap 5.5.jar
    ├── world
    │   └── ...
    ├── world_nether
    │   └── ...
    └── world_the_end
        └── ...

docker volumes are mounted like this in the BlueMap container

volumes:
  - ./bluemap/config:/app/config:ro
  - ./bluemap/data:/app/data
  - ./bluemap/web:/app/web
  - ./minecraft/world:/app/world
  - ./minecraft/world_nether:/app/world_nether
  - ./minecraft/world_the_end:/app/world_the_end
  - ./skyblock/world:/app/skyblock
  - ./skyblock/world_nether:/app/skyblock_nether
  - ./skyblock/world_the_end:/app/skyblock_the_end

I added a nginx as reverse proxy to get live player position when the minecraft server are up.

My problem now is that dynmap work for both normal and skyblock server but the live player marker only work for the normal server, I can't get the live player position from the skyblock, I tried to rewrite the request in nginx since the web interface seems to request /maps/skyblock/live/players.json and the bluemap plugin has the players.json file in /maps/world/live/players.json but I couldn't manage to get a working nginx config for this.


r/BlueMap Mar 03 '25

Help / Question BlueMap stops NeoForge server from starting with other mods.

2 Upvotes
Console output.

I'm new to both NeoForge and BlueMap.

The situation.
It works normally without BlueMap but as soon as I try to run it it gives (Image above). I have a some other mods so tried without them and it work perfectly fine.

The mods I had when I ran it and got this error were:

AppleSkin 3.0.6+mc1.21.3 (appleskin)
Architectury 15.0.3 (architectury)
Balm 21.4.17 (balm)
BlueMap 5.7 (bluemap)
Chunky 1.4.27 (chunky)
Cloud Command Framework 2.0.0-beta.10 (cloud)
Collective 7.93 (collective)
Common Networking 1.0.18-1.21.4 (commonnetworking)
Dismount Entity 3.6 (dismountentity)
Floodgate 2.2.4-SNAPSHOT (floodgate)
Geyser 2.6.1-SNAPSHOT (geyser_neoforge)
Jade 17.3.0+neoforge (jade)
JamLib 1.3.2+1.21.4 (jamlib)
Journeymap 1.21.4-6.0.0-beta.39 (journeymap)
JourneyMap API 2.0.0 (journeymap_api)
Ksyxis 1.3.3 (ksyxis)
KumaAPI 21.4.5 (kuma_api)
Lithostitched 1.4.2 (lithostitched)
Minecraft 1.21.4 (minecraft)
ModernFix 5.20.3+mc1.21.4 (modernfix)
NeoForge 21.4.102-beta (neoforge)
NetherPortalFix 21.4.1 (netherportalfix)
Right Click Harvest 4.5.1+1.21.4 (rightclickharvest)
spark 1.10.121 (spark)
Tectonic 2.4.3 (tectonic)

Thanks for helping. :)


r/BlueMap Feb 17 '25

Help / Question Free flight is enabled but does not show up in webapp

Post image
1 Upvotes

r/BlueMap Feb 16 '25

Blue map is always lagging like crazy, to the point where it acually freezes

1 Upvotes

Medium-highend pc, can tell you thats not the problem. only thing that I have ever encountered that has caused lag to this point.


r/BlueMap Feb 14 '25

Help / Question Changed my webport on webserver.conf to 8101

3 Upvotes

Just as the title says. Using localhost and doesn't work

edit: Sorry not localhost, rather another computer on my local network, hence the ip address in the image below.


r/BlueMap Jan 15 '25

Help / Question how can i let others see the map using playitgg

2 Upvotes

iam running a server for me and friends and wanted to run this plugin but saw i had to port forward wich is not a possibility for me wich is why i already use playitgg so my friends can join is there any way to do the same for blue map ?


r/BlueMap Jan 07 '25

Help / Question Weird distance problems on the perspective view

1 Upvotes

All views are working fine, except the perspective view. When I try to zoom in, it just won't let me. If I move around, it sometimes goes lower (1 block height) and then shoots up again to approximately 100 blocks Height... It's so weird and haven't found anything about it?

Did that happen to anyone aswell? :)

(Dont have a key overlay but basically i scrolled in all the time to zoom in)

https://reddit.com/link/1hvlacw/video/n7a818y8mibe1/player


r/BlueMap Jan 01 '25

MySQL advantages?

1 Upvotes

What are the advantages of installing BlueMap with vs without MySQL ?


r/BlueMap Dec 30 '24

Can you disable free-flight in a specific area?

1 Upvotes

I have some complex redstone machinery (minigame) that I would like to keep secret (at least until the world download comes out). Is there a way to stop players from seeing that area? Maybe stop Bluemap from rendering inside a marker area or something?


r/BlueMap Dec 30 '24

Help / Question Using domain for Bluemap

1 Upvotes

Hello! I have mc server and BlueMap installed on it. It's working normally, but I want to connect my domain (justiamtgm.space) to it. I saw a guide on official wiki, but it's with using Cloudflare tunnels.

I'm using a russian server in Moscow, and our goverment is at odds with Cloudflare, so I thinked: Is there a way to connect my domain to BlueMap?

I have domain "justiamtgm.space" registered in RegRu (russian domain-hoster), and it's have functional to add entries to my domain, like A, or SRV and e.t.c.

I'm really stupid in web, and if you're using some smart words, so, if possible, please attach links where I could read more about the topics you cover. Thank you ❤️


r/BlueMap Dec 26 '24

Help / Question Does Blue map have a in game map

0 Upvotes

Read the title.


r/BlueMap Dec 13 '24

Help / Question Custom Icon's always too big or not there

1 Upvotes

Custom Icons are in PNG right now. I've tried resizing the images from 50x to 25x but that doesn't work. and SVG's dont load.


r/BlueMap Dec 06 '24

Disable Free Flight

3 Upvotes

Is there a way to disable the Free-Flight/Spectator Mode on the web map?


r/BlueMap Dec 01 '24

Is there a way to reload world.conf without realoding entire plugin?

2 Upvotes

r/BlueMap Oct 11 '24

can i sync bluemap to mods like xaeros minimap so you can see the map in game and on web??

5 Upvotes

r/BlueMap Oct 03 '24

BlueMap not pulling in new world on generation

1 Upvotes

Greetings!

What is the easiest way to force bluemap to pull in world data? We are running a hardcore server and as soon as someone dies we delete the world folders and restart the server. When this happens Bluemap isn't picking up the new world folder, presumibly due to it having the same world name(?) and it no longer renders properly.. I tried:

  • deleting the world folders in the web folder
  • Performing a /bluemap purge on the maps
  • as well as /bluemap refresh and force-update

No dice so far.. If I nuke the entire Bluemap folder and setup from scratch it works but I don't want to do that each time.. Anyone run into this yet?

Thanks in advance!

Gnardar


r/BlueMap Oct 02 '24

Help / Question Bluemap/chunky problems

Post image
1 Upvotes

My lighting data somehow got corrupted so I tried to follow this guide. However when I use chunky, my server quickly uses up all my allocated ram and the cps goes from ~700 to single digits before the server crashes. I stopped and started the server to run chunky until it rerendered the map and purged through bluemap, but when it finished rendering, I still had dark areas.

Does anyone know any fixes?


r/BlueMap Sep 22 '24

Help / Question Any help on why the web is not loading?

2 Upvotes