MCPcopy Index your code
hub / github.com/BlueMap-Minecraft/BlueMap

github.com/BlueMap-Minecraft/BlueMap @v5.22

Chat with this repo
repository ↗ · DeepWiki ↗ · release v5.22 ↗ · + Follow
3,571 symbols 10,250 edges 518 files 404 documented · 11%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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 release 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.

Links

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!

Extension points exported contracts — how you extend this code

Loader (Interface)
(no doc) [23 implementers]
core/src/main/java/de/bluecolored/bluemap/core/resources/pack/ResourcePool.java
Check (Interface)
(no doc) [10 implementers]
common/src/main/java/de/bluecolored/bluemap/common/commands/checks/Check.java
Loader (Interface)
(no doc) [23 implementers]
core/src/main/java/de/bluecolored/bluemap/core/resources/pack/Pack.java
CommandSource (Interface)
(no doc) [12 implementers]
common/src/main/java/de/bluecolored/bluemap/common/serverinterface/CommandSource.java
Extension (Interface)
(no doc) [8 implementers]
core/src/main/java/de/bluecolored/bluemap/core/resources/pack/resourcepack/ResourcePack.java
ServerWorld (Interface)
(no doc) [12 implementers]
common/src/main/java/de/bluecolored/bluemap/common/serverinterface/ServerWorld.java
BlockStateCondition (Interface)
(no doc) [6 implementers]
core/src/main/java/de/bluecolored/bluemap/core/resources/pack/resourcepack/blockstate/BlockStateCondition.java
ServerEventListener (Interface)
(no doc) [15 implementers]
common/src/main/java/de/bluecolored/bluemap/common/serverinterface/ServerEventListener.java

Core symbols most depended-on inside this repo

get
called by 287
core/src/main/java/de/bluecolored/bluemap/core/logger/MultiLogger.java
color
called by 213
common/webapp/src/js/markers/LineMarker.js
add
called by 163
core/src/main/java/de/bluecolored/bluemap/core/map/hires/TileModel.java
getX
called by 152
core/src/main/java/de/bluecolored/bluemap/core/storage/GridStorage.java
getY
called by 152
core/src/main/java/de/bluecolored/bluemap/core/world/BlockEntity.java
of
called by 124
common/src/main/java/de/bluecolored/bluemap/common/plugin/text/Text.java
resolve
called by 117
core/src/main/java/de/bluecolored/bluemap/core/world/mca/data/EntityTypeResolver.java
minecraft
called by 100
core/src/main/java/de/bluecolored/bluemap/core/util/Key.java

Shape

Method 2,841
Class 580
Interface 84
Function 54
Enum 12

Languages

Java85%
TypeScript15%
Kotlin1%
PHP1%

Modules by API surface

core/src/main/java/de/bluecolored/bluemap/core/storage/sql/commandset/AbstractCommandSet.java58 symbols
common/webapp/src/js/markers/ShapeMarker.js36 symbols
common/webapp/src/js/markers/ExtrudeMarker.js36 symbols
core/src/main/java/de/bluecolored/bluemap/core/storage/sql/commandset/SqliteCommandSet.java31 symbols
core/src/main/java/de/bluecolored/bluemap/core/storage/sql/commandset/PostgreSQLCommandSet.java31 symbols
core/src/main/java/de/bluecolored/bluemap/core/storage/sql/commandset/MySQLCommandSet.java31 symbols
common/webapp/src/js/BlueMapApp.js30 symbols
common/src/main/java/de/bluecolored/bluemap/common/rendermanager/RenderManager.java29 symbols
core/src/main/java/de/bluecolored/bluemap/core/world/mca/chunk/Chunk_1_18.java28 symbols
core/src/main/java/de/bluecolored/bluemap/core/map/hires/ArrayTileModel.java28 symbols
core/src/main/java/de/bluecolored/bluemap/core/world/mca/chunk/Chunk_1_16.java26 symbols
core/src/main/java/de/bluecolored/bluemap/core/world/mca/chunk/Chunk_1_13.java26 symbols

Datastores touched

(mysql)Database · 1 repos
bluemapDatabase · 1 repos

For agents

$ claude mcp add BlueMap \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact