Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 2 years ago)
- Default Branch: mainline
- Last Pushed: 2024-08-12T06:16:11.000Z (3 months ago)
- Last Synced: 2024-10-31T11:51:35.833Z (14 days ago)
- Topics: java, journeymap, minecraft, mod, xaero, xaeros-minimap
- Language: Java
- Homepage:
- Size: 121 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
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)