An API to access BlueMap using a plugin or mod
Go to file
TechnicJelle 6cad751ac5
Link javadocs to FlowPoweredMath & GSON (#6)
* Link javadocs to FlowPoweredMath & GSON

* Update build.gradle.kts
2024-02-20 01:15:43 +01:00
.github/workflows Update gradle and action 2023-09-27 23:50:42 +02:00
gradle/wrapper Update gradle and action 2023-09-27 23:50:42 +02:00
src/main Fix Javadoc 2024-02-07 20:49:31 +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 Link javadocs to FlowPoweredMath & GSON (#6) 2024-02-20 01:15:43 +01:00
gradle.properties Try to fix publication and versioning 2022-08-01 23:10:19 +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
jitpack.yml I dont like GitHub Packages anymore. Back to jitpack. 2022-08-02 00:19:11 +02:00
settings.gradle.kts I dont like GitHub Packages anymore. Back to jitpack. 2022-08-02 00:19:11 +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 :)