Code Monkey home page Code Monkey logo

pl3xmap's Introduction

Pl3xMap

Pl3xMap

Build Status Downloads Join us on Discord

MIT License 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.

Downloads

Downloads are available on Modrinth.

The jar download can be used on multiple platforms.
Right now we support Bukkit, Fabric, Forge, Paper, Purpur, Quilt, and Spigot.

Download on Modrinth

bStats

bStats Graph Data

Accessing the API

Maven

<repository>
  <id>modrinth-repo</id>
  <url>https://api.modrinth.com/maven/</url>
</repository>

<dependency>
  <groupId>maven.modrinth</groupId>
  <artifactId>pl3xmap</artifactId>
  <version>1.19.4-361</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.19.4-361'
}

Building from source

To build this project ensure npm is installed.

Then just run the following command:

./gradlew build

The compiled jars will be in build/libs/

Comparison

Since people love graphs, here is a graph comparing the render speeds of various livemap plugins

Fullrender Speed Comparison Chart

World size: 5000 block apothem (10k x 10k, 400 regions)
World type: Normal, pre-generated with Chunky
Total chunks: 409600
Render Threads: 16 on all tests
Paper 1.19.4 build 521
AMD Ryzen 9 7950X
64GB DDR5 5200 ram
2TB nvme (samsung 980 pro)

pl3xmap's People

Contributors

0x7d8 avatar billygalbreath avatar jlyne avatar roan-v avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.