Skip to content

Releases: 1whohears/JourneyMapQOL_1.7.10

v1.1.0

14 May 02:33
Compare
Choose a tag to compare

Added a server side /wpcreate command. The original /waypoint command is client side only so it didn't work well with command blocks or custom npcs. /wpcreate will allow players to easily use command blocks and npcs to send waypoints to players.

v0.8.9

04 Sep 01:42
Compare
Choose a tag to compare

Waypoint commands work on server's now. sorry it took so long to notice this issue with v0.8.8.

v0.8.8

27 May 19:35
Compare
Choose a tag to compare
v0.8.8 Pre-release
Pre-release

OOPS! Waypoint commands don't work on servers!
added /waypoint shareteam
added shareWaypointToTeam to api
made disable auto click a config value

v0.8.7

22 May 00:32
Compare
Choose a tag to compare

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

20 May 22:17
Compare
Choose a tag to compare

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.

v0.8.2

10 May 03:47
Compare
Choose a tag to compare

Fixed a potential crash while using tab complete options for player names because I am dumb and used a server only function in a client only command.
Fixed formatted text deleting the rest of the message.