+ Added option to customize death messages when someone gets killed by a morphed player
* Fixed changing worlds causing your disguise to show even if it was disabled
To get the new options of death messages you will need to either regenerate your config or add the following anywhere into config.yml
Code (YAML):
#Changing death messages if the killer is morphed
#Available placeholders are:
#{victim} {killer} {killerMob} {world}
overrideDeathMessage
: true
randomMessage
: false
creeperDeathMessage
: false
deathMessages
:
-
"{killer} killed {victim} while morphed as a {killerMob}"
-
"{victim} was killed by a {killerMob}"