Fixed possible plugin conflicts, the plugin tries its best to display the modified death message now if a plugin interferes, with an option to toggle whether DMP will use the standard Spigot death message broadcasting in that case (false) or broadcast the custom death message provided by some other plugin using its own system (true, default).
A couple of errors (causing stack traces) relating to deaths caused by Ender Dragon breath are also fixed.
Config updates:
- config-version updated to 36.
- death-message-compat-mode description was changed:
Code (Text):
# Death message compatibility: set the message as normal, until HIGHEST,
# when it is emptied.
# Use this if any conflicts arise.
death-message-compat-mode: ...
- A new option, death-message-conflict-broadcast, under death-message-compat-mode:
Code (Text):
# Whether to use DMP broadcasting if a custom death message is set by
# another plugin.
death-message-conflict-broadcast: true