ewpratten / remoteplayers

Link Dynmap data into client-side Xaeros Minimap mod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RemotePlayers

RemotePlayers is a Minecraft mod that pulls data from a dynmap server into Xaero's minimap. By asynchronously fetching data over a REST API, and displaying it through hooks into Xaero96's class files. This is done with a mix of reflection and Mixins.

Installation

This mod can be built by cloning this repository, then running:

./gradlew build

The resulting mod files are stored in build/libs/

About

Link Dynmap data into client-side Xaeros Minimap mod

License:GNU General Public License v3.0


Languages

Language:Java 100.0%