DeathWaypoints | Add death points to the new locator bar! [1.21.6+] icon

DeathWaypoints | Add death points to the new locator bar! [1.21.6+] -----

Add death points to the new locator bar and never lose your stuff again.




Changes:
  • Adding automatic death point deletion when a player reaches its location. This feature is disabled by default and can be enabled in the config.yml file of the plugin by setting the property waypoint-auto-delete.enabled to true. It is also possible to configure the distance the player has to be from the death point to automatically delete it (5 blocks by default).
  • When a player has reached a death point, a message is sent to inform it that its death point has been automatically deleted.
Note: The 1.21.8 version has been tested and is fully compatible with the plugin.

How to update?

To update to the plugin by keeping your current configuration, please do the following actions:

1. Add the following YAML code in your config.yml file.
Code (YAML):
# Automatic death point deletion settings.
waypoint-auto-delete
:
  # Set true if you want death points to be automatically deleted when the player
  # reaches their location.
  enabled
: false
  # The distance (in blocks) the player must be from the death point for it to be deleted automatically.
  distance
: 5
2. Add the following message to the messages section in your config.yml file.
Code (YAML):
messages :
  # Message sent when death point automatic deletion is enabled and the player has reached a death point.
  waypoint-location-reached
: "&6>> &eYou reached your death point ! It has been automatically deleted."
Note: Do not hesitate to contact me on my Discord server if you need help on these operations. You can also download the plugin again and have a look at the default configuration to get an example.
----------, Jul 19, 2025

Changes:
  • Adding settings in the config.yml file to enable the use of the plugin without a resource pack. These settings allow to disable the use of the custom icon from the resource pack and to display death points using a custom color instead.
How to update?

To update to the plugin by keeping your current configuration, add the following code to the General section in your config.yml file.
Code (YAML):
# Waypoint display settings.
waypoint-display
:
  # If set to true, the plugin will use a custom icon to display the waypoint.
  # This requires a resource pack that must be manually installed and that can be downloaded here:
  # https://github.com/Syr0ws/DeathWaypointsResourcePack
  use-resource-pack
: true
  # If 'use-resource-pack' is set to false, the waypoint will be displayed using the color specified below.
  # The color must be specified using a hexadecimal code starting with '#'.
  color
: "#f55d42"
----------, Jul 11, 2025

Changes:
  • Updating Crafter dependency to version 0.0.9.
  • Reworking the database system to use the one from Crafter for better maintainability and flexibility.
----------, Jul 10, 2025

Changes:
  • Fixing default database name when not specified.
  • Internal class reorganization and code refactoring for better maintainability.
----------, Jul 7, 2025

Changes:
  • Update dependencies version.
  • Fixing error logs.
  • Internal refactoring to improve code.
----------, Jul 5, 2025

Changes:
  • Update default menu configuration to improve consistency with the theme of the plugin.
  • Update api-version to 1.21.
  • Internal changes.
Note: The 1.21.7 version has been tested and is fully compatible with the plugin.
----------, Jul 4, 2025

Resource Information
Author:
----------
Total Downloads: 6
First Release: Jul 4, 2025
Last Update: Jul 19, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings