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:
  • Updated Crafter dependency version to 1.1.0.
  • Internal changes on the database setup system to be compatible with the latest version of Crafter.
  • Added a new feature to delete all the death points of a player in one action. This feature is available through the menu opened by the /dwp command by default and open another validation menu before deleting all the death points.
How to update?
  • Some non-breaking changes has been made to the config.yml file of the plugin. If you want to update, please replace the database section by the following code:
Code (YAML):
# Database settings.
#
# If you are using the drivers mysql, mariadb or postgresql, please uncomment
# and populate the following properties:
# - database
# - host
# - port
# - username
# - password
database
:
  # Database name.
  # Note: The database is created automatically by the plugin.
  # database: "death_waypoints"
  # Database host.
  # host: "localhost"
  # Database port (3306 by default for MySQL / MariaDB, 5432 for PostgreSQL).
  # port: 3306
  # Database username.
  # username: "root"
  # Database password.
  # password: ""
  # Database driver: sqlite, mysql, mariadb, postgresql.
  driver
: "sqlite"
  • An update has been made to the file death-waypoints-menu.yml to make available the delete all death points action. The pattern property has been updated:
Code (YAML):
pattern :
 - "WWGGGGGWW"
  - "W1111111W"
  - "G1111111G"
  - "G1111111G"
  - "W1111111W"
  - "AWPGGGNWC"
The content section has been updated with a new item:
Code (YAML):
delete-all:
  item
:
    type
: RED_DYE
    name
: "&cDelete all the waypoints"
  symbol
: "A"
  actions
:
    open-delete-all-menu
:
      type
: "OPEN_DEATH_WAYPOINT_DELETE_ALL_MENU"
----------, Sep 3, 2025

Changes:
  • Improved compatibility with Paper.
  • Improved concurrency handling.
----------, Aug 18, 2025

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: 12
First Release: Jul 4, 2025
Last Update: Sep 3, 2025
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings