rafalohaki / squaremap

squaremap is a minimalistic and lightweight world map viewer for Minecraft servers, using the vanilla map rendering style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

squaremap

License GitHub Workflow Status Discord

What is squaremap

squaremap (formerly known as Pl3xMap) 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.

Features

  • Ultra fast render times. Get your map rendered today, not next week.
  • Simple vanilla-like top down 2D view, designed for navigation.
  • Player markers showing yaw rotation, health, and armor.
  • Easy to setup and configure.
  • Up to date Leaflet front-end.
  • Addons and integrations for many popular plugins.

Supported platforms

Downloads

Downloads can be obtained from the releases section.

Demo

Official squaremap demo: https://squaremap-demo.jpenilla.xyz/

License

This project is licensed under the MIT license

Leaflet (the web ui frontend) is licensed under 2-clause BSD License

API

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.

Dependency Information

Maven

<repository>
    <id>squaremap-snapshots</id>
    <url>https://repo.jpenilla.xyz/snapshots/</url>
</repository>
<dependency>
    <groupId>xyz.jpenilla</groupId>
    <artifactId>squaremap-api</artifactId>
    <version>1.1.0-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

Gradle

repositories {
    maven("https://repo.jpenilla.xyz/snapshots/")
}
dependencies {
    compileOnly("xyz.jpenilla", "squaremap-api", "1.1.0-SNAPSHOT")
}

Building from source

Build squaremap by invoking the build task with Gradle.

./gradlew build

bStats

Usage stats for the Paper platform

bStats Graph Data

About

squaremap is a minimalistic and lightweight world map viewer for Minecraft servers, using the vanilla map rendering style

License:Other


Languages

Language:Java 87.3%Language:JavaScript 9.2%Language:Kotlin 2.1%Language:CSS 0.7%Language:HTML 0.7%