mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-11-14 14:25:18 +01:00
An API to access BlueMap using a plugin or mod
f8d10d1f20
(Yes this is a breaking change, i don't care, no one uses this yet, and if they do they should have told me!) |
||
---|---|---|
.github/workflows | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
jitpack.yml | ||
LICENSE | ||
LICENSE_HEADER | ||
README.md | ||
settings.gradle.kts |
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 :)