Minecraft 1.21.10 support
This release adds support for Minecraft 1.21.10.
Apologies for the delay in getting this update out. The update to support 1.21.11 will be much quicker.
Minecraft 1.21.8 support
This release adds support for Minecraft 1.21.8.
Minecraft 1.21.5 support
- Added support for Minecraft 1.21.5.
- Removed integration with the TAB plugin. That project's author decided to remove the 'unlimited nametag' feature, which was the only thing ServerTours integrated with. So the hook become obsolete.
Minecraft 1.21.4 support
This release adds support for Minecraft 1.21.4.
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.
Minecraft 1.21.1 support
This release adds support for Minecraft 1.21.1.
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:
- 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.
Minecraft 1.21 support
This release adds support for Minecraft 1.21. Make sure to use a suitable ProtocolLib version, available here.
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.
Page 1