Update stun authored by Ticxo's avatar Ticxo
...@@ -12,6 +12,7 @@ Attributes ...@@ -12,6 +12,7 @@ Attributes
| stopai | ai | Removes entity AI while stunned | false | | stopai | ai | Removes entity AI while stunned | false |
| gravity | g | Remove gravity from target when stunned (1.9+) | false | | gravity | g | Remove gravity from target when stunned (1.9+) | false |
| facing | face, f | When true, entity cannot rotate or look around when stunned | false | | facing | face, f | When true, entity cannot rotate or look around when stunned | false |
| noknockback | nokb, kb | When true, entity cannot be knocked back when stunned | false |
| CancelOnGiveDamage | cogd | Cancels the stun if the entity with the stun deals any damage to another entity. | false | | CancelOnGiveDamage | cogd | Cancels the stun if the entity with the stun deals any damage to another entity. | false |
| CancelOnTakeDamage | cotd | Cancels the stun if entity with the stun takes any sort of damage. | false | | CancelOnTakeDamage | cotd | Cancels the stun if entity with the stun takes any sort of damage. | false |
| CancelOnDeath | cod | Cancels the stun if the entity with the stun dies. | true | | CancelOnDeath | cod | Cancels the stun if the entity with the stun dies. | true |
... ...
......