- Added a new
/tour stop <player/all> command (permission:
servertours.commands.stop) that allows you to stop tour playback for other players, or for all players.
- Implemented ability to change
title timings (fade-in, stay, fade-out time) for route points. You can now easily control how long the configurable title that players see upon entering a point is displayed.
For developers:
- These two additions have also gotten corresponding API:
RoutePlaybackEndEvent.EndReason.COMMAND and new methods on RoutePoint to allow
modifying the title timings.
- Added a new
RoutesLoadEvent that is called after route loading is complete (this happens shortly after startup). After this is called you know you can grab any routes you need from the API.