Skip to content

Link Dynmap data into client-side Xaeros Minimap mod

License

Notifications You must be signed in to change notification settings

TheMrEngMan/remoteplayers

 
 

Repository files navigation

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 via Mixins.

What it looks like:

Comparing in-game waypoint to Dynmap player marker

Setup

Requires both Xaero's world map and minimap mods.

Map names in Xaero's world map must match the Dynmap world names in order for in-game waypoints to be shown.

Example setup:

Map names must match Dynmap world names

Server address must match the configured server address -> Dynmap URL mapping exactly as entered in the server settings.

Example setup:

Server address must match

Commands

/remoteplayers info <player name> get info about a player

/remoteplayers list get info about all players

Development

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

./gradlew remapJar

The resulting mod files are stored in build/libs/

About

Link Dynmap data into client-side Xaeros Minimap mod

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%