NeumimTo / Pl3xMap

Pl3xMap is a minimalistic and lightweight world map viewer for Paper servers using the vanilla Minecraft rendering style
MIT License
68 stars 7 forks source link
Original Pl3xMap plugin has been discotinued, this fork will keep the plugin alive. Get support at G.E.A.R.S https://discord.gg/syhJgJBE4e Pl3xMap # Pl3xMap [![MIT License](https://img.shields.io/github/license/NeumimTo/Pl3xMap?&logo=github)](License) [![CodeFactor](https://www.codefactor.io/repository/github/NeumimTo/pl3xmap/badge)](https://www.codefactor.io/repository/github/NeumimTo/pl3xmap) [![Pl3xMap's Stargazers](https://img.shields.io/github/stars/NeumimTo/Pl3xMap?label=stars&logo=github)](https://github.com/NeumimTo/Pl3xMap/stargazers) [![Pl3xMap Forks](https://img.shields.io/github/forks/NeumimTo/Pl3xMap?label=forks&logo=github)](https://github.com/NeumimTo/Pl3xMap/network/members) [![Pl3xMap Watchers](https://img.shields.io/github/watchers/NeumimTo/Pl3xMap?label=watchers&logo=github)](https://github.com/NeumimTo/Pl3xMap/watchers) Pl3xMap is a minimalistic and lightweight live world map viewer for Paper servers.

What is Pl3xMap

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.

Features

Contact

Join us on Discord

Join us on Discord in the Pl3xmap category on G.E.A.R.S.

Downloads

New downloads can be obtained from NeumimTo releases section.

Previous downloads can be obtained from the pl3xgaming releases section.

Servers Using Pl3xMap

Click here to view a list of servers using Pl3xMap.

License

MIT License

This project is licensed under the MIT license

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

bStats

bStats Graph Data

API

Javadoc

Dependency Information

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")
}

Building from source

./gradlew build