DeathWaypoints v1.1.0 | Adding settings to use the plugin without a resource pack
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"