# Pl3xMap
[](https://www.codefactor.io/repository/github/granny/Pl3xMap)
[](https://bstats.org/plugin/bukkit/Pl3xMap/10133)
[](https://github.com/granny/Pl3xMap/stargazers)
[](https://github.com/granny/Pl3xMap/network/members)
[](https://github.com/granny/Pl3xMap/watchers)
Pl3xMap 是用于 Minecraft 服务器的 原始 极简轻量级世界地图查看器,
使用 Minecraft 原生的渲染风格。
## Features
* 超快渲染速度。几分钟内完成地图渲染,而不是下一周。
* 简单的原始风格俯视 2D 视图,专为导航而设计。
* 显示旋转方向、生命值和护甲的玩家标记。
* [插件和集成](https://github.com/granny/Pl3xMap/wiki/pl3xmap-integrations) 面向许多流行的插件。
* 多个渲染类型,包括内置的基本、夜间、生物群系、居住地和花地图。
* 易于 [安装](https://github.com/granny/Pl3xMap/wiki/Installation) 和 [配置](https://github.com/granny/Pl3xMap/wiki/Configuration)。
* 最新版本的 Leaflet 前端,提供更好的浏览器体验。
* [强大的 API](https://github.com/granny/Pl3xMap/wiki/Pl3xMap-API),可轻松创建您自己的插件和/或与其他软件集成。
## Supported Platforms
* [CraftBukkit](https://dev.bukkit.org/)
* [Spigot](https://spigotmc.org/)
* [Paper](https://papermc.io/)
* [Purpur](https://purpurmc.org/)
* [Fabric](https://fabricmc.net/) (需要 [Fabric API](https://modrinth.com/mod/fabric-api))
## Downloads
下载可在 Modrinth 上获取。
[](https://modrinth.com/mod/pl3xmap)
## Demo
您可以在以下网址试用 Pl3xMap(以及其他顶级竞争对手):
https://map.roanv.nl/
## Support the Developers
granny on:
* [GitHub Sponsors](https://github.com/sponsors/granny)
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.4-476
provided
```
Gradle
```groovy
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
只需运行以下命令:
```
./gradlew build
```
编译后的 jar 文件位于 `build/libs/` 中