/
Pl3xMap is the original minimalistic and lightweight world map viewer
for Minecraft servers using the vanilla Minecraft rendering style.
Downloads are available on Modrinth.
You can demo Pl3xMap (and it's top competitors) at:
https://map.roanv.nl/
granny on:
BillyGalbreath on:
JLyne on:
Maven
<repository>
<id>modrinth-repo</id>
<url>https://api.modrinth.com/maven/</url>
</repository>
<dependency>
<groupId>maven.modrinth</groupId>
<artifactId>pl3xmap</artifactId>
<version>1.20.4-476</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.20.4-476'
}
Just run the following command:
./gradlew build
The compiled jars will be in build/libs/

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