BlueMap
BlueMap copied to clipboard
A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.
Right now,the webapp by default loads the first available map. It apparently first checks if URL hash is valid: https://github.com/BlueMap-Minecraft/BlueMap/blob/master/BlueMapCommon/webapp/src/js/BlueMapApp.js#L169 - If not, load first available map. Now in my...
### What i did / Steps to reproduce I was setting BlueMap up to run in docker with its own database container (using docker compose). I ignored the "run BlueMap...
**Technical TODO:** Move invocation of `MapUpdateTask#getRegions` out of the constructor into the render-process to not slow down the update-task creation time and block the plugin-loading
### What i did / Steps to reproduce Run `java -jar BlueMap-5.3-cli.jar -r --mc-version 1.13.2` ### Expected result Bluemap to start rendering a 1.13.2 world with 1.13.2 assets. ### Actual...
Complete overhaul of the gradle build system to build the project, should be way more sensible and modern :) Also uses the individual platforms ways of library-management (on paper, fabric,...
### What i did / Steps to reproduce Installed fabric server 1.21.6; bluemap latest version for 1.21.5 ### Expected result The map would display and the command would run ###...
### What i did / Steps to reproduce I added BlueMap-5.7-neoforge.jar to an existing NeoForge server. ### Expected result The server to start, and so on. ### Actual result I...
### What i did / Steps to reproduce Using "dynu.com" Web Redirect feature to go to a valid and tested URL ### Expected result Expected "#world:-32:0:32:1500:0:0:0:0:perspective" or similar at the...
In our Server, there are many, many tall bridges and great buildings. However, when we view these tall structures, which are often only one or two blocks thick or wide,...
I use pebblehost. They provide MySQL databases, but the server has max_allowed_packet set to 16777216 (16M), and we cannot raise it. Bluemap tries to send packets of 25 M. Short...