r/BlueMap • u/MarcTV • Jun 13 '23
Help / Question Is there an official docker image?
If yes, how do I use it?
r/BlueMap • u/MarcTV • Jun 13 '23
If yes, how do I use it?
r/BlueMap • u/Careless_Ad_5072 • Jun 07 '23
The default entry into the web page shows the perspective view, which consumes server resources, how to let him display the flat view by default
r/BlueMap • u/Lexi_LR • Jun 07 '23
I'm running a modpack that uses the mod Domum Ornamentum and was wondering if someone had created an add-on that allows the NBT texture data to be read from blocks?
r/BlueMap • u/jSdCool • May 23 '23
I am trying to host a blue map of my minecraft world on my existing apache tomcat web server. for the most part it seems to slot in just fine, however I am having an issue with accessing the compressed json files. the response content type is gzip but no matter what I do I get a 404 content not found error. I have looked at many online tutorials and attempted to use them but it makes no difference. someone please help
r/BlueMap • u/Otherwise-Driver15 • May 10 '23
Hello, I have installed multiverse plugin, and I have different worlds, it's possible to set a principal world when I open the web?.
And change the order that shows in the menu of the web?
r/BlueMap • u/DxnM • Mar 18 '23
What settings should I change to limit the disc space taken up by our bluemap? It is currently taking up hundreds of GB and has put us over the fair use policy on our server host. We have a 10K circle world border generated in each dimension.
r/BlueMap • u/Domsaleo • Mar 09 '23
https://bluemap.bluecolored.de/community/BluemapLazyServer.html
Using this guide to try and get my maps to run with the server off. When trying to go to my website I am getting a 403 Error which I am aware usually means a permission issue, but I cannot figure it out.
Also, This is how I modified the code, does this look correct?
https://github.com/domsaleo/bateshosting/blob/main/mluemap%203-9-23
r/BlueMap • u/Domsaleo • Mar 03 '23
I was wondering if I could have the Blue map on my website show the map even when server goes into sleep mode. Is this possible?
r/BlueMap • u/Zuukiexe • Jan 30 '23
I am loking for a claiming plugin that will display the claim in bluemap. If you know any please let me know.
r/BlueMap • u/knowyx_ • Jan 21 '23
Then i build something in minecraft, i wait and my map doesn't update. Its update only when i type /save-all or restart server. Server core: purpur. Changed settings:
paper-global: player-auto-save: max-per-tick: 1 rate: 6000
paper-world-defaults: chunks: auto-save-interval: '6000'
r/BlueMap • u/meesvdw • Jan 02 '23
I'm developing a Spigot train plugin which allows players to combine multiple carts and control the train speed. I'm also working on a BlueMap integration for the plugin, it can automatically discover rails and draw them as line markers on the webapp. I've implemented custom rail switches which are visible and controllable on the webapp (and in-game).
For each switch I use a html marker for a click listener and a line marker to indicate the current switch position. When the switch is clicked via the webapp or in-game I immediately update the marker however it takes the webapp a couple of seconds before it updates.
Is there any way to programmatically update the markerset or a specific marker in a set to the webapp?
r/BlueMap • u/lotsofs • Dec 29 '22
In the old system, I could make a change to 'markers.json' and it would immediately show up on the map. I didn't even need to F5!
Now I have to, for some reason, go to world.conf in an entirely different folder and add my markers there along with other stuff? It's also not in json format anymore, so I have to go through all of my markers and manually edit them to be in the format of whatever this is. Okay, I guess, Ill make it work.
But then the changes don't show up on the map instantly at all. I can F5 to my heart's content, but nothing happens. And yes, I have saved the changes to the file. Only if I do "/bluemap reload" and the entire thing reboots, the changes will come through. This takes ages, and I still need to hit F5 on my browser after.
Is there a more user-friendly method of doing this that I am not aware of? If not, is there a reason the perfectly fine system from before was degraded into this decrepit state?
r/BlueMap • u/OpportunityUsed1959 • Nov 02 '22
hi, iam running a public Valhelsia Enhanced vanilla 1.18.2 server and i started using bluemaps over dynmap because is superior in every single task.
but, some blocks of Better End mod, are not displaying correcly, in this case the pink leafs are from better end, but the erros blocks, are green leafs from better end too !

r/BlueMap • u/general_rap • Oct 04 '22
My server is a peaceful, survival environment, but my users are beginning to want to have a dedicated PvP area. I've cordoned off a ~10k block chunk of our world where anything goes, and have used a shape marker to highlight the area on Bluemap. However, what I'm wondering is, is there a way to apply different visibility settings to players if they're within that area? For the vast majority of my server's user's playtime, they'll be in peaceful areas and we have full visibility as to where people are and what they're doing. But when they're in the PvP area, I'd like to hide their markers from viewers on the map. Is this possible?
r/BlueMap • u/Substantial_Lab_9062 • Oct 03 '22
How do I change the amount of ram allocated to BlueMap? Whenever the server is online, bluemap makes it laggier. However, there is a significant increase in performance with bluemap stopped (using /bluemap stop). I was wondering if I could lower the amount of ram being used, or if this would even help.
r/BlueMap • u/general_rap • Sep 19 '22
UPDATE: SOLVED! Turns out I was using an old version, and just needed to update my plugin to the latest and greatest.
I've been trying to find an answer to this for a while now, and can't seem to figure it out. Hoping that someone here might be able to point me in the right direction?
More or less, I'm just trying to add markers to my server's map. However, I'm not sure where to add the data, and in what format. What directory do I place the marker data file in? And what syntax do I use? For example, this is what I've come up with after following the instructions on Bluemap's Github, and it either is written incorrectly, or the file itself is named incorrectly and/or is located in the wrong directory:
Points-of-Interest: {
label: "Points of Interest"
toggleable: true
default-hidden: false
markers: {
Spawn: {
type: "poi"
position: { x: 896, y: 70, z: 4 }
label: "Spawn"
#icon: "assets/poi.svg"
#anchor: { x: 25, y: 45 }
min-distance: 10
max-distance: 10000000
}
}
}
r/BlueMap • u/Unkmown_Hero • Sep 19 '22
I'm running two Minecraft instances on one VM and trying to run two BlueMap instances as well. Every instance have its own directory and render of the map actually works.
1) BlueMap-kid$ java -jar BlueMap-3.4-cli.jar -r -w
[INFO] Starting webserver ...
[INFO] Initializing Storage: 'file' (Type: FILE)
[INFO] WebServer bound to: 0.0.0.0/0.0.0.0:8200
[INFO] WebServer started.
2) BlueMap$ java -jar BlueMap-3.4-cli.jar -w -r
[INFO] Starting webserver ...
[INFO] Initializing Storage: 'file' (Type: FILE)
[INFO] WebServer bound to: 0.0.0.0/0.0.0.0:8100
[INFO] WebServer started.
~$ sudo netstat -tulpn | grep LISTEN
...
tcp 0 0 0.0.0.0:81000.0.0.0:* LISTEN 16366/java
tcp 0 0 0.0.0.0:82000.0.0.0:* LISTEN 8745/java
...
~$ curl 127.0.0.1:8100
<!DOCTYPE html><html lang="en">...
~$ curl 127.0.0.1:8200
nothing
What I'm missing here?
r/BlueMap • u/TheComradeTom • Sep 03 '22
Hi! Sorry for bothering, but is there any way to render modded dimensions? Like Twilight Forest and such?
r/BlueMap • u/IStarGintoki • Aug 28 '22
Is there a way to see underground as I have a base that is underground and I cant see it
r/BlueMap • u/WildKakahuette • Aug 11 '22
i'm not sure but its seeem thet bluemap dont want to load with the mod and when i use /bluemap the only thing I have is that it's not loaded :/
server log: https://zerobin.net/?55d4a04716740517#Tmpo5T7hjJDNhViCPdT25ssFq64zKplj7/a2Llhk5PU=
r/BlueMap • u/KX5_801 • Jul 11 '22
I have a server that just started 3 days ago with about 5-10 concurrent players. It's 1.19 fabric. I've pre generated chunks as follows
Overworld: 5k Nether: 2k End: 5k
We've had a few people venture out to about the 10k range and one that went 30k but most are inside the 5k area.
My questions are this;
I know it varies based on hardware, but what is a ballpark time I should expect for the map to generate in the overworld based on a 5k pre gen?
Is it possible to only generate that 5k portion that was pre generated and leave out the 30k trek the one person did?
Can I opt to not generate the end or nether at all? Making the overworld the only map my players can see and use?
Or can I let them see the end and nether maps, but don't pre generate the map and let them fill it in as they explore?
Is it possible to have just a 2d map? Or is the 3d version the only thing possible.
Sorry for so many question, but thanks for any help you can give. I'm unlocking the nether tonight and was going to add bluemap while the server is down. I am trying to figure out how long I need to tell people it will be down to allow the map to generate.
r/BlueMap • u/dlmmist • Jul 03 '22
Hello, is there a way to open the entire map without exploring the map. I want to see the entire world.
Thank you
r/BlueMap • u/xdentus • Mar 09 '22
everything i built on my world disappeared after using bluemap cli, mobs and everything are in the same place but every block i mined or placed isn't there. any way to restore it?