
⚡ ServerTours 2.1.5
Powerful cinematic creation tool to show off your server
Page 1
2.1.4
Oct 28, 2024
Minecraft 1.21.3 support (smoother tours!)
This release adds support for Minecraft 1.21.3. You'll also need to update ProtocolLib to at least version 5.4.0, which is currently only available as a dev build here.
By taking advantage protocol changes introduced by Mojang in 1.21.3, tours will now look slightly smoother, especially when it comes to rotation (when running 1.21.3+ on both server and client).
Other notes:
- Fixed issue with TAB integration (again), which was caused by author making breaking API changes (again).
- Dropped support for Minecraft 1.17.1.
- Minecraft 1.21.2 is not supported.
2.1.2
Jul 27, 2024
Small feature additions
- 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.
2.1.1
Jul 14, 2024
Minecraft 1.21 support
This release adds support for Minecraft 1.21. Make sure to use a suitable ProtocolLib version, available here.
2.1.0
Jul 1, 2024
Minecraft 1.20.6 support (Requires Java 21)
This updates adds support for Minecraft 1.20.6. Please note, the plugin now requires Java 21, even if running on older Minecraft versions.
Make sure to run the correct ProtocolLib version for your Minecraft version. For 1.20.6, it's available here.
2.0.13
Mar 13, 2024
Page 1