An API to access BlueMap using a plugin or mod
Go to file
Lukas Rieger (Blue) 158b155a2c
Fix version.json location
2022-07-26 22:08:23 +02:00
.github/workflows Fix github-actions build 2022-01-16 14:25:15 +01:00
gradle/wrapper First changes towards API 2 2022-07-05 12:50:26 +02:00
src/main Fix version.json location 2022-07-26 22:08:23 +02:00
.gitignore Fix some incorrect javadoc 2020-04-20 20:04:36 +02:00
LICENSE Initial commit 2020-04-09 22:08:05 +02:00
LICENSE_HEADER Update gradle, switch to kotlin-gradle and tidy up build-script 2022-01-11 14:52:39 +01:00
README.md Update Readme 2020-04-20 16:23:54 +02:00
build.gradle.kts Change git hash detection 2022-07-26 21:21:32 +02:00
gradle.properties First changes towards API 2 2022-07-05 12:50:26 +02:00
gradlew Fix gradlew run permission 2020-04-20 13:30:50 +02:00
gradlew.bat Initial commit 2020-04-09 22:08:05 +02:00
settings.gradle.kts Improve buildscript 2022-01-15 01:15:51 +01:00

README.md

title-banner

Using BlueMapAPI

See the wiki for instructions on how to use the API: https://github.com/BlueMap-Minecraft/BlueMapAPI/wiki

Discord

If you have a question, help others using BlueMap or get the latest news and info you are welcome to join us on Discord!

Clone

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

Build

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

Issues / Suggestions

You found a bug, have another issue or a suggestion? Please create an issue here!

Contributing

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