Перейти к содержимому
Mineforgian

Данные могли устареть: источник временно недоступен, показан кэш.

Pl3xMap

Pl3xMap is a minimalistic and lightweight world map viewer for Minecraft servers using the vanilla Minecraft rendering style

Загрузки
96K
Подписчики
304
Обновлён
29 июля 2026 г.
Лицензия
MIT

Опубликован 24 октября 2023 г.

Pl3xMap

CodeFactor Grade bStats Servers Stargazers Forks 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 for many popular plugins.
  • Multiple render types including built-in basic, night, biomes, inhabited, and flowermap.
  • Easy to set up and configure.
  • Up-to-date Leaflet front-end for a better browser experience.
  • Robust API to create your own addons and/or integrations with ease.

Supported Platforms

Downloads

Downloads are available on Modrinth.

Download on Modrinth

Demo

You can demo Pl3xMap (and it's top competitors) at:

https://map.roanv.nl/

Support the Developers

granny on:

BillyGalbreath on:

JLyne on:

bStats

bStats Graph Data

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

Just run the following command:

./gradlew build

The compiled jars will be in build/libs/

Ченджлог

26.2-554Бета26.2 · 29 июля 2026 г.

use community updated bukkit platform impl, closes #162

26.2-553Бета26.2 · 11 июля 2026 г.

Update Adventure API back to version 5 (#161)

26.2-552Бета26.2 · 11 июля 2026 г.

add missing 26.2 blocks

26.2-551Бета26.2 · 9 июля 2026 г.

Update to 26.2 (#158)

26.1.2-550Бета26.1.2 · 21 июня 2026 г.

bump fabric api version

26.1.2-549Бета26.1.2 · 11 июня 2026 г.

fix nether/end maps not generating correctly on spigot, closes #157

26.1.2-548Бета26.1.2 · 10 июня 2026 г.

Replace the QuerzNBT with the BlueNBT library (#153)

26.1.2-547Бета26.1.2 · 21 мая 2026 г.

Downgrade adventure version to 4.25.0 (#151)

Комментарии

Загружаем…