I've fixed loads of bugs discovered as we've taken this project to prod. This means some small code refactors and improved consistency in chat messages.
Also I've made /tpahere and /tpacancel. The implementation details of /tpacancel now also mean that teleport requests are in a one-to-one relationship, i.e.: Players can only have a single request pending and at most one other request incoming.
Also some command suggestions have been added & fixed & changed. Waypoint names are now string instead of word but unfortunately it means waypoint suggestions are now always quoted. You can still write unquoted though
eh, that should be it. I dunno, we're professionals or something
I've fixed loads of bugs discovered as we've taken this project to prod. This means some small code refactors and improved consistency in chat messages.
Also I've made
/tpahere
and/tpacancel
. The implementation details of/tpacancel
now also mean that teleport requests are in a one-to-one relationship, i.e.: Players can only have a single request pending and at most one other request incoming.Also some command suggestions have been added & fixed & changed. Waypoint names are now
string
instead ofword
but unfortunately it means waypoint suggestions are now always quoted. You can still write unquoted thougheh, that should be it. I dunno, we're professionals or something