https://github.com/rfresh2/jmwaypointstoxaero
Convert JourneyMap Waypoints to Xaero Waypoints
https://github.com/rfresh2/jmwaypointstoxaero
java journeymap minecraft mod xaero xaeros-minimap
Last synced: about 1 year ago
JSON representation
Convert JourneyMap Waypoints to Xaero Waypoints
- Host: GitHub
- URL: https://github.com/rfresh2/jmwaypointstoxaero
- Owner: rfresh2
- License: mit
- Created: 2022-08-07T04:48:20.000Z (almost 4 years ago)
- Default Branch: mainline
- Last Pushed: 2024-08-12T06:16:11.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T09:46:28.254Z (about 1 year ago)
- Topics: java, journeymap, minecraft, mod, xaero, xaeros-minimap
- Language: Java
- Homepage:
- Size: 121 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JMWaypointsToXaero
Convert JourneyMap Waypoints to Xaero Waypoints
# Warning
This will overwrite any Xaero Waypoints you have defined already for your selected server being converted.
# Usage
Download the latest jar from releases
`java -jar JMWaypointstoXaero-1.1.jar `
Input folder is your JourneyMap directory for your selected world.
Example:
`C:\Users\rfresh2\AppData\Roaming\.minecraft\journeymap\data\mp\2b2t`
Output folder is your destination Xaero Waypoints directory
Example:
`C:\Users\rfresh2\AppData\Roaming\.minecraft\XaeroWaypoints\Multiplayer_2b2t.org`
# Full command example
`java -jar JMWaypointsToXaero-1.1.jar "C:\Users\rfresh2\AppData\Roaming\.minecraft\journeymap\data\mp\2b2t" "C:\Users\rfresh2\AppData\Roaming\.minecraft\XaeroWaypoints\Multiplayer_2b2t.org"`
# Additional References
[Convert JourneyMap tiles to Xaero's World Map regions](https://github.com/Entropy5/JMtoXaero)