An API to access BlueMap using a plugin or mod
Go to file
Lukas Rieger (Blue) adcce9769e
Update gradle, switch to kotlin-gradle and tidy up build-script
2022-01-11 14:52:39 +01:00
.github/workflows Add github build action 2020-04-20 13:28:42 +02:00
gradle/wrapper Update gradle, switch to kotlin-gradle and tidy up build-script 2022-01-11 14:52:39 +01:00
src/main/java/de/bluecolored/bluemap/api Update gradle-wapper and fix javadoc build 2021-11-06 16:01:05 +01: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 Update gradle, switch to kotlin-gradle and tidy up build-script 2022-01-11 14:52:39 +01:00
gradle.properties Add a way to get available images and push version 2021-09-19 18:51:29 +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 Initial commit 2020-04-09 22:08:05 +02: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 :)