Releases: Sytm/waypoints
Releases · Sytm/waypoints
Ability to change beacon colors for player tracking and temporary waypoints
- Added option to change the color for temporary Waypoints and player tracking (They cannot be changed individually)
- Made the Waypoint(De)SelectEvent more generic into Trackable(De)SelectEvent
Temporary waypoints and custom dynmap icons
- Added the possibility to set custom DynMap icons per Waypoint
- Added
/waypoints setTemporary <X> <Y> <Z>
command to create waypoints that are not saved - Added more bStats metrics
- Using with DynMap
- Using with Vault
- Using gobal waypoints
- Using death waypoints
- Using player tracking
- Using with ProtocolLib
- Actually check if the player has the permission to use player tracking
Add support for Minecraft 1.19
Added support for Minecraft 1.19
Support for Minecraft 1.16 has been dropped and Java version 16 is now the minimum
Added player tracking
- Added player tracking as an optional feature
- The last selected Waypoint is saved and selected again when rejoining the server
Legacy import fix and Holograms are back
- Holograms have been enabled again
- Fixed issue that prevented import of old Waypoints
- Added generation of text file on legacy import from old UUID to new UUID
Support 1.18.2
This update adds 1.18.2 at the cost of no DynMap integration and Hologram pointers.
It is planned to return both, as this is just a stopgap solution.
Fix error when a waypoint is in a deleted world
- When a Waypoint is loaded that is in a world that has been deleted / renamed you can now choose what to do with it.
- Show the waypoint, but it cannot be selected or teleported to
- Hide the waypoint
- Delete the waypoint
Added Hologram pointer, world position translation and distance to Waypoint on sneak
Added features:
- When sneaking and the Action bar pointer is enabled, the distance to the Waypoint is showed instead of the direction indicator
- When for example a waypoint is in the Overworld and the player is in the Nether the pointers will direct the player to the translated location.
- This also applies the other way around
- Added Hologram pointer. This requires ProtocolLib. The Hologram pointer will show a hologram above the Waypoint if the player is close enough
- Added feature toggle for death Waypoints. This will disable the creation of new death Waypoints and hide the death Waypoints in the GUI
- Added database cleaning procedure that will periodically check the database for old death Waypoints and deletes them when they are too old. Default value is 7 days
Fix DynMap integration
- Fixed DynMap integration preventing Waypoint plugin to load
Added DynMap integration
- Minimum Spigot version is 1.16.5 (recent builds). Plugin now loads Kotlin dependency via Spigot (Internet connection required for server on first startup)
- If DynMap is installed, public waypoints appear as markers. Icon and name of marker set can be configured
- Existing waypoints that are not death waypoints can now be converted to public / permission waypoints
- Waypoints can now be created from coordinates in the format 1/2/3 (x/y/z) while the world the player is in is used
- The permission of an existing permission waypoint can now be viewed and changed
It is recommended to let the plugin regenerate the translation files in /plugins/Waypoints/lang by deleting them.
Going forward, only the last 3 major Minecraft/Spigot versions on their latest minor will receive updates. Currently for example this would be 1.18.1, 1.17.1 and 1.16.5