Releases: 1whohears/JourneyMapQOL_1.7.10
Releases · 1whohears/JourneyMapQOL_1.7.10
v1.1.0
v0.8.9
v0.8.8
v0.8.7
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.
v0.8.6
Added remove waypoint by prefix command and delete waypoint functions to the api.
I attempted to add these features in 0.8.3..5 but those versions have some issues caused by my failure to sufficiently test them.
For example, you can accidentally delete all your waypoints with certain functions in the api.
0.8.2 is still fine and doesn't do this.
But definitely update if you have one of those bad apples.