Pl3xMap
Pl3xMap is the original minimalist and lightweight world map viewer for Minecraft servers using the classic rendering style from vanilla gameplay.
Key Features
- Lightning-fast rendering speed — your map will be ready in minutes, not weeks
- Simple top-down 2D view in vanilla style, perfectly suited for navigation
- Player markers displaying viewing direction, health level, and armor
- Integrations and addons for numerous popular plugins
- Multiple rendering types: basic, night, biomes, population, and flower map
- Easy setup and configuration — quickly deploy the map on your server
- Modern Leaflet interface for comfortable browser operation
- Powerful API for creating custom addons and integrations
Supported Platforms
- CraftBukkit
- Spigot
- Paper
- Purpur
- Fabric (requires Fabric API)
Demonstration
You can test Pl3xMap and its main competitors at: https://map.roanv.nl/
For Developers
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'
}
Building from Source
To build, execute the command:
./gradlew build
The compiled jar files will be located in the build/libs/ folder