squaremap is a minimalistic and lightweight live world map viewer for Minecraft servers.
squaremap hooks into your Minecraft server as a plugin or mod on a supported platform, then generates and manages a live map of your server, viewable in any web browser.
Downloads can be obtained from the releases section.
Official squaremap demo: https://squaremap-demo.jpenilla.xyz/
This project is licensed under the MIT license
Leaflet (the web ui frontend) is licensed under 2-clause BSD License
squaremap provides simple APIs to draw markers, shapes, icons, and etc. on rendered maps. Javadocs are hosted on the maven repository alongside the binaries, and should be automatically downloaded by your IDE.
Releases are published to Maven Central
Maven
<dependency>
<groupId>xyz.jpenilla</groupId>
<artifactId>squaremap-api</artifactId>
<version>1.3.2</version>
<scope>provided</scope>
</dependency>
Gradle
repositories {
mavenCentral()
}
dependencies {
compileOnly("xyz.jpenilla", "squaremap-api", "1.3.2")
}
Build squaremap by invoking the build
task with Gradle.
./gradlew build
Usage stats for the Paper platform