c1madev / cimple-waypoint-system

A command-based server-side only waypoint system for minecraft 1.20
Other
0 stars 1 forks source link

Integration into Xaeros Minimap & Journey Map #1

Open Fisch37 opened 5 months ago

Fisch37 commented 5 months ago

Cimple Waypoints is a fully server side mod, but I find many people use Minimaps like Xaero's Minimap or Journey Map. It would be awesome if server-side Waypoints could show up in client-side minimaps.

I think there's an API for both of those mods so it might be viable.

Fisch37 commented 4 months ago

Update: There is Modding API for Journey Map and built-in networking API for Xaero's Minimap.

The latter is not open source however which makes things a little difficult

Fisch37 commented 2 months ago

Update 2: I figured out how to do this in relation to one of my other projects. Will come back to this soon <3