Changed
- Improved error message when the loading of a custom web map icon from
plugins/Waypoints/icons
fails
Fixed
- Error when trying to edit the description of a waypoint / folder
- Error when switching worlds with the Hologram pointer enabled
- Workaround fix for hologram disappearing when switching worlds
- Error when a waypoint has a custom web map icon set and the file does not exist in the
plugins/Waypoints/icons
directory
Added
- Option to disallow teleports to different worlds
- Variable containing the distance between a player and waypoint for the cost formula (
distance
) - Option to hide waypoints that are in different worlds as the player
- Use custom Bedrock window to accept tracking request instead of (broken) clickable link in chat
Fixed
- Warning that a world name has not been translated is printed multiple times
Added
- Traditional Chinese translations by ItzTheBear
- Option to apply cooldowns from one waypoint type to other ones (
general.teleport.private/death/public/permission.alsoApplyCooldownTo
) - Option to automatically deselect the automatically selected death waypoint after a certain time (
general.pointToDeathWaypointOnDeath.autoDeselectAfter
)
Changed
- CommandAPI is no longer required
- Updated Simplified Chinese translations by SnowCutieOwO
Changed
- When using
/waypoints other <...>
to inspect another players waypoints, the waypoints can now be modified and removed when the player has the permissionwaypoints.modify.other
- Disable plugin remapping on 1.20.6+ servers because this plugin does not utilize NMS
- Each page in the GUI has now a different title, instead if it being a single static one
- On the waypoint page in the GUI the current beacon color is now shown
Fixed
- When having public ownership enabled, the owner is also displayed at the bottom of the waypoint and folder description for private ones
- Being unable to set a clear/non colored beacon beam
Added
- Ability to pay for teleportations with experience points in addition to levels
Fixed
- Thread check is triggered when a player sees the blinking block and teleports away on Folia Sytm/quest-pointers#1
- An exception is thrown when using the trail pointer to point to a waypoint in another world #106
Added
- Additional limits can be specified that check for permissions to allow for staggered waypoints or folder limits
Changed
- The movement of the hologram pointer has been smoothed, but the plugin now requires at least 1.20.2
- The seeds for sounds are now set by the plugin instead of the server to prevent them breaking in a future Paper update
Fixed
- NullPointerException is thrown when trying to edit the icon of something with empty hands
Added
- The GUI supports the usage of custom player heads
- Custom model data is stored when changing the icon of a Waypoint or folder
- Custom model data can be set for items in the GUI like this:
DIAMOND|1
Changed
- CommandAPI is no longer bundled with Waypoints, but needs to be downloaded separately from here
- Now Waypoints itself no longer requires updates between different Minecraft versions at all, only CommandAPI
- Partial update of chinese translations by SnowCutieOwO
- The default config has been updated to replace some items with custom player heads
- Holograms are now multiline by default
- The color of the indicators in the boss bar no longer change every settings change or plugin config reload
Fixed
- Default colors for beacon beams are not applied
Added
- Support for Minecraft 1.20.2
- Death folders can now be deleted in its entirety
- Temporary waypoints can be set for other players with
/waypoints setTemporary x y z [<players>]
[<players>]
can either be a player name or a selector like@a
- The permission
waypoints.temporaryWaypoint.others
is required to perform this action, but all players have it by default - Players can disable the receiving of temporary waypoints by others in their settings
Changed
- ProtocolLib is no longer required for hologram pointers
- The titles of the anvil text prompts are now customized
- Updated Vault usage metric to better reflect actual usage
Fixed
- Hologram pointers work across dimensions changes
- Hologram pointers not showing the distance to the target when in a connected world
- Connected worlds not working by default. To apply this fix to existing users:
- Either regenerate the config.yml
- Or update
pointers.connectedWorlds.world
fromworld_the_nether
toworld_nether
Added
- Added feature flag for teleportations at
general.features.teleportation
- Added player tracking requests #102
- Added Italian translations provided by marcotech81
Fixed
- Fixed another incorrect translation mapping
Removed
- Java interoperability helpers for API