/Pl3xMap

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

Primary LanguageJavaMIT LicenseMIT

Pl3xMap

Pl3xMap

Build Status Downloads Join us on Discord

MIT License CodeFactor Grade

bStats Servers Stargazers Forks Watchers

Pl3xMap is the original minimalistic and lightweight world map viewer
for Minecraft servers using the vanilla Minecraft rendering style.

Downloads

Downloads are available on Modrinth.

The jar download can be used on multiple platforms.
Right now we support Bukkit, Fabric, Forge, Paper, Purpur, Quilt, and Spigot.

Download on Modrinth

bStats

bStats Graph Data

Accessing the API

Maven

<repository>
  <id>modrinth-repo</id>
  <url>https://api.modrinth.com/maven/</url>
</repository>

<dependency>
  <groupId>maven.modrinth</groupId>
  <artifactId>pl3xmap</artifactId>
  <version>1.19.4-361</version>
  <scope>provided</scope>
</dependency>

Gradle

repositories {
    exclusiveContent {
        forRepository { maven { url = "https://api.modrinth.com/maven" } }
        filter { includeGroup "maven.modrinth" }
    }
}

dependencies {
    compileOnly 'maven.modrinth:pl3xmap:1.19.4-361'
}

Building from source

To build this project ensure npm is installed.

Then just run the following command:

./gradlew build

The compiled jars will be in build/libs/

Comparison

Since people love graphs, here is a graph comparing the render speeds of various livemap plugins

Fullrender Speed Comparison Chart

World size: 5000 block apothem (10k x 10k, 400 regions)
World type: Normal, pre-generated with Chunky
Total chunks: 409600
Render Threads: 16 on all tests
Paper 1.19.4 build 521
AMD Ryzen 9 7950X
64GB DDR5 5200 ram
2TB nvme (samsung 980 pro)