A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.
Go to file
Lukas Rieger (Blue) b9b7aaffc9
Stay within Github Actions RAM boundaries
2022-11-25 13:01:16 +01:00
.github Add automatic publishing to curseforge 2022-11-11 13:13:54 +01:00
BlueMapAPI@3949ebcb56 Push BlueMapAPI 2022-10-13 22:31:53 +02:00
BlueMapCommon Add a connection-timeout as this might resolve cases where the webserver is hanging for a long time 2022-11-14 17:24:26 +01:00
BlueMapCore Also replace file on first try 2022-11-13 11:38:36 +01:00
gradle/wrapper Moving live-player-endpoint to maps/[mapid]/live/player, webroot/data is now webroot/maps, fixed color-css-alpha format 2022-06-27 01:13:48 +02:00
implementations Add Fabric 1.19.3 implementation 2022-11-24 21:17:39 +01:00
.dockerignore Docker container for CLI version (#320) 2022-08-14 22:33:40 +02:00
.gitattributes Add .gitattributes 2019-12-29 18:51:24 +01:00
.gitignore Some changes to remove 404-responses from the webserver on empty map-tiles 2021-03-28 13:25:39 +02:00
.gitmodules Replace the webapp with the new BlueMapVue project and adapt the build-script 2021-03-18 22:55:07 +01:00
Dockerfile Docker container for CLI version (#320) 2022-08-14 22:33:40 +02:00
HEADER Add license-header check and fix all missing or invalid license headers 2020-08-03 17:51:07 +02:00
LICENSE Initial commit: Merging Projects BlueMapCore, BlueMapCLI and BlueMapSponge into one 2019-11-02 17:23:48 +01:00
README.md Update README.md 2022-08-28 17:51:55 +02:00
build.gradle.kts Remove forge-1.19 implementation since 1.19.1 works for both 2022-10-24 23:24:41 +02:00
gradle.properties Stay within Github Actions RAM boundaries 2022-11-25 13:01:16 +01:00
gradlew Add execute permission to gradlew file 2019-12-29 16:37:48 +01:00
gradlew.bat Add execute permission to gradlew file 2019-12-29 16:37:48 +01:00
settings.gradle.kts Add Fabric 1.19.3 implementation 2022-11-24 21:17:39 +01:00

README.md

title-banner

create 3D-maps of your Minecraft worlds and display them in your browser
>> DEMO MAP <<

GitHub issues GitHub all releases GitHub release (latest by date) Discord



What is BlueMap

BlueMap is a program that reads your Minecraft world files and generates not only a map, but also 3D-models of the whole surface. With the web-app you then can look at those in your browser and basically view the world as if you were ingame! Or just look at it from far away to get an overview.

screenshot

BlueMap comes as a Spigot/Paper or Sponge Plugin, as a Fabric or Forge-Mod and you can also use BlueMap without any Server from the Command-Line as a standalone tool.

If installed as a Plugin/Mod, BlueMap renders asynchronously to your MinecraftServer-Thread. This means at no time it will block your server-thread directly. So as long as your CPU is not fully utilized, your server should not be slowed down while BlueMap is rendering.

Using BlueMap

You can download BlueMap from here.
Read the installation instructions to get started!

Here you can see how many servers are using BlueMap:

BlueMap Graph

Development

Clone

If you have git installed, simply use the command git clone --recursive https://github.com/BlueMap-Minecraft/BlueMap.git to clone BlueMap.

Build

In order to build BlueMap you simply need to run the ./gradlew clean build command in BlueMap's root directory. You can find the compiled JAR files in ./build/release.

Issues

You found a bug, have another issue?
First, make sure it's not on your end, if you are unsure you can always ask about it in our Discord.
If you are sure it's a bug on BlueMap's end, please create an issue here!

Contributing

You are welcome to contribute! Just create a pull request with your changes :)

If you want to have your changes merged, make sure they are complete, documented and well tested!

Keep in mind that we have to maintain all new features and keep supporting them in the future. This means we always can decide to not accept a PR for any reason.

TODO-List: https://github.com/orgs/BlueMap-Minecraft/projects/2
Wiki: https://bluecolo.red/map-wiki
Discord: https://bluecolo.red/map-discord
Reddit: https://www.reddit.com/r/BlueMap


JetBrainsLogo

Special thanks to JetBrains for giving out an OpenSource-Licence for BlueMap development!