Get support at G.E.A.R.S https://discord.gg/syhJgJBE4e
Pl3xMap is a minimalistic and lightweight live world map viewer for Paper servers.
If, like me, you have no real need for 3D views, the novelty of Dynmap and Bluemap have worn off, and you're ready for something actually usable for navigation without all the heavy bulk or slow renders then this is the plugin for you.
- Ultra fast render times. Get your map viewable today, not next week!
- Simple vanilla-like top down 2D view, designed for navigation.
- Player markers showing yaw rotation, health, and armor
- Easy configuration. Even a caveman can do it.
- Up to date Leaflet front-end.
- Addons and integrations for many popular plugins.
Join us on Discord in the Pl3xmap category on G.E.A.R.S.
New downloads can be obtained from NeumimTo releases section.
Previous downloads can be obtained from the pl3xgaming releases section.
Click here to view a list of servers using Pl3xMap.
This project is licensed under the MIT license
Leaflet (the web ui frontend) is licensed under 2-clause BSD License
Maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<dependency>
<groupId>com.github.NeumimTo</groupId>
<artifactId>Pl3xMap</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
Gradle
allprojects {
repositories {
...
maven("https://jitpack.io")
}
}
dependencies {
compileOnly("com.github.NeumimTo:Pl3xMap:master-SNAPSHOT")
}
./gradlew build