/suicide death message
piperwillow opened this issue ยท 3 comments
Feature request
Feature description
When using the /suicide command have the death type be 'suicide' instead of 'custom'.
How the feature is useful
So that plugins such as Death Messages Prime can have custom messages that don't overlap with other plugins.
This has been fixed in EssentialsX versions 2.17.2.140
and above. Download the latest build here.
Feel free to ask the author of Death Messages Prime to make a pull request on Essentials. If it is a plugin conflict that can be resolved without any awkward side effects by making this change, we could probably consider adding it.
Yeah no, it happens to be an actual issue with the suicide commands. I've made a PR to fix this.
The way /suicide
works is... odd. It looks like the command sets the damage cause before it actually damages the player, and I'm not sure if this is how this is supposed to be implemented or not. I've also noticed that the DamageCause is usually CUSTOM rather than SUICIDE, so it seems like something's up with how this command is implemented.