https://github.com/billygalbreath/pl3xmap
Pl3xMap is a minimalistic and lightweight world map viewer for Minecraft servers using the vanilla Minecraft rendering style
https://github.com/billygalbreath/pl3xmap
bluemap dynmap fabric fabricmc forge forgemc hacktoberfest minecraft overviewer paper papermc plugin purpur purpurmc quilt quiltmc
Last synced: 4 months ago
JSON representation
Pl3xMap is a minimalistic and lightweight world map viewer for Minecraft servers using the vanilla Minecraft rendering style
- Host: GitHub
- URL: https://github.com/billygalbreath/pl3xmap
- Owner: BillyGalbreath
- License: mit
- Archived: true
- Created: 2020-12-31T01:40:41.000Z (over 4 years ago)
- Default Branch: v3
- Last Pushed: 2023-10-22T10:36:03.000Z (over 1 year ago)
- Last Synced: 2024-09-21T13:00:14.602Z (8 months ago)
- Topics: bluemap, dynmap, fabric, fabricmc, forge, forgemc, hacktoberfest, minecraft, overviewer, paper, papermc, plugin, purpur, purpurmc, quilt, quiltmc
- Language: Java
- Homepage: https://modrinth.com/plugin/pl3xmap
- Size: 25.8 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Pl3xMap
[](https://github.com/BillyGalbreath/Pl3xMap/actions)
[](https://modrinth.com/mod/pl3xmap/)
[](https://discord.gg/kHWFx7bFZh)[](LICENSE)
[](https://www.codefactor.io/repository/github/BillyGalbreath/Pl3xMap)[](https://bstats.org/plugin/bukkit/Pl3xMap/10133)
[](https://github.com/BillyGalbreath/Pl3xMap/stargazers)
[](https://github.com/BillyGalbreath/Pl3xMap/network/members)
[](https://github.com/BillyGalbreath/Pl3xMap/watchers)Pl3xMap is the original minimalistic and lightweight world map viewer
for Minecraft servers using the vanilla Minecraft rendering style.## Features
* Ultra-fast render times. Get your map rendered in minutes, not next week.
* Simple vanilla-like top down 2D view, designed for navigation.
* Player markers showing yaw rotation, health, and armor.
* [Addons and integrations](https://github.com/BillyGalbreath/Pl3xMap/wiki/pl3xmap-integrations) for many popular plugins.
* Multiple render types including built-in basic, night, biomes, inhabited, and flowermap.
* Easy to [set up](https://github.com/BillyGalbreath/Pl3xMap/wiki/Installation) and [configure](https://github.com/BillyGalbreath/Pl3xMap/wiki/Configuration).
* Up-to-date Leaflet front-end for a better browser experience.
* [Robust API](https://github.com/BillyGalbreath/Pl3xMap/wiki/Pl3xMap-API) to create your own addons and/or integrations with ease.## Supported Platforms
* [CraftBukkit](https://dev.bukkit.org/)
* [Spigot](https://spigotmc.org/)
* [Paper](https://papermc.io/)
* [Purpur](https://purpurmc.org/)
* [Fabric](https://fabricmc.net/) (requires [Fabric API](https://modrinth.com/mod/fabric-api))
* [Forge](https://minecraftforge.net/)## Downloads
Downloads are available on Modrinth.
[](https://modrinth.com/mod/pl3xmap)
## Demo
You can demo Pl3xMap (and it's top competitors) at:
[https://pl3x.net/demo/](https://pl3x.net/demo/)
## Support the Developers
BillyGalbreath on:
* [GitHub Sponsors](https://github.com/sponsors/BillyGalbreath)
* [Patreon](https://www.patreon.com/billygalbreath)
* [Ko-Fi](https://ko-fi.com/billygalbreath)JLyne on:
* [Ko-Fi](https://ko-fi.com/jlyne)## bStats
[](https://bstats.org/plugin/bukkit/Pl3xMap/10133)
## Developers
Maven
```xml
modrinth-repo
https://api.modrinth.com/maven/maven.modrinth
pl3xmap
1.20.1-444
provided```
Gradle
```groovy
repositories {
exclusiveContent {
forRepository { maven { url = "https://api.modrinth.com/maven" } }
filter { includeGroup "maven.modrinth" }
}
}dependencies {
compileOnly 'maven.modrinth:pl3xmap:1.20.1-444'
}
```## Building from source
To build this project ensure `npm` is installed and on your PATH.
Then just run the following command:
```
./gradlew build
```The compiled jars will be in `build/libs/`