JourneyMap QOL Additions

Adds Share Waypoint Command, Waypoints as Formatted Chat, and other features to the ancient but wonderful Journeymap Mod

File Details

JourneyMapQol_1.7.10-0.8.7.jar

  • B
  • May 22, 2022
  • 25.26 KB
  • 62
  • 1.7.10
  • Forge

File Name

JourneyMapQol_1.7.10-0.8.7.jar

Supported Versions

  • 1.7.10

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:journey-map-qol-621947:3800733")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Until this point the Api functions assumed you were sending from the client.
Now all api functions have an extra isFromClient prarameter.
If true the packet is sent to the server then to the rest of the players. If false the packet is sent to all the players directly because the function is already being called in the server.