Added DamageCause.SUICIDE.
This commit is contained in:
parent
5f20924e5d
commit
f6318cedda
@ -143,6 +143,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
||||
* Damage: 5
|
||||
*/
|
||||
LIGHTNING,
|
||||
/**
|
||||
* Damage caused by committing suicide using the command "/kill"
|
||||
*
|
||||
* Damage: 1000
|
||||
*/
|
||||
SUICIDE,
|
||||
/**
|
||||
* Custom damage.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user