Skip to content

Releases: Sytm/waypoints

v4.3.0

02 Nov 18:28
a265f2e
Compare
Choose a tag to compare

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

Download on Modrinth

4.2.0

05 Oct 11:26
c511960
Compare
Choose a tag to compare

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 from world_the_nether to world_nether

Download on Modrinth

4.1.0

02 Sep 11:44
0ac5ef3
Compare
Choose a tag to compare

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

Download on Modrinth

v4.0.2

02 Sep 08:20
c6f584e
Compare
Choose a tag to compare

Fixed

  • Error when opening the inventory while another player is selected #101

Download on Modrinth

v4.0.1

02 Sep 08:20
346be7a
Compare
Choose a tag to compare

Added

  • Java interoperability helpers have been added to the API Waypoints provides to allow non-Kotlin plugins to use it

Fixed

  • Plugin not properly loading on Minecraft 1.19.4

Changed

  • SignGUI for description editing uses newer API which has been added in 1.20.1

Download on Modrinth

v4.0.0

24 Jun 09:16
43a4cc0
Compare
Choose a tag to compare

A lot of new features but also a lot of internal changes that leverage new Paper APIs that aren't available on Spigot.
Before updating please make an update of your database to make sure nothing goes missing in case of unforeseen errors.
I have tested this plugin in the current state for quite some time and it worked without issues for me, but if you encounter any
please report them on the GitHub issue tracker or on the Discord server.

Breaking changes

  • Support for Spigot has been dropped, Paper is required
  • Only latest Minecraft version is officially supported, although the minimum Version is 1.19.4
  • Translation files are now formatted with MiniMessage instead of legacy color codes
  • Database format has been updated and is not backwards compatible
  • When using /waypointsscript selectWaypoint it is now mandatory to run /waypointscript deselectWaypoint just before if only one waypoint should be active at the same time

Added

  • Command suggestion tooltips are now customizable via the translation files at command.search.tooltip
  • Update checker that notifies the console on startup and admins once after they first join. Can be disabled in the config at general.updateChecker. Does not run periodically
  • Database accesses are now completely asynchronous to the main server thread
  • Add support for Folia
  • Multiple Waypoints can be selected at the same time #92
  • Integration to Pl3xMap has been added
  • Descriptions have been added to waypoints and folders. To change them ProtocolLib needs to be installed
  • A Particle Trail pointer has been added
  • Players can choose to disable some of the server-wide available pointers (For example only having the bossbar)
  • Players can share private waypoints with other players
  • Sounds have been added to the GUI and some actions. They can be customized in the config at sounds

Changed

  • Command help messages use used alias again
  • The Hologram Pointer uses display entities instead of ArmorStands
  • Added extra item in the waypoint gui page for changing the icon of waypoints
  • Reloading has always been discouraged but is now explicitly unsupported

Removed

  • Compass pointer nether support has been removed, because any possible implementation is inherently inconsistent

Download on Modrinth

Add support for Minecraft 1.20.1

14 Jun 15:48
b26647e
Compare
Choose a tag to compare
  • Add support for Minecraft 1.20.1

Download on Modrinth

Add support for Minecraft 1.20

09 Jun 12:06
cbc377d
Compare
Choose a tag to compare
  • Add support for Minecraft 1.20

Note on future versions:

v3 will only receive updates until Minecraft 1.21 (so basically 1.20.1, ...) but no more after that.

v4 will be released soon with serval enhancements which require the use of Paper due to required additional APIs that Spigot does not provide and overall better performance, so if you haven't switched yet, now would be the time to do so. (Paper is not yet updated to 1.20)

Download on Modrinth

Allow configuring custom aliases for commands

08 Apr 11:59
84de67a
Compare
Choose a tag to compare
  • Added option to set custom command aliases in case other plugins overwrite built-in Waypoints commands

New Command System

03 Apr 19:08
3ee5be5
Compare
Choose a tag to compare
  • Commands are now implemented as native 1.13+ commands with completions and stuff
  • Fix possible console spam for missing translation keys
  • Fix bug that items in GUI Overview or Folders appear twice