... | @@ -11,7 +11,7 @@ Attributes |
... | @@ -11,7 +11,7 @@ Attributes |
|
| duration | d | The duration (in ticks) the stun will last | |
|
|
| duration | d | The duration (in ticks) the stun will last | |
|
|
| 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 false, entity cannot rotate or look around when stunned | false |
|
|
| facing | face, f | When true, entity cannot rotate or look around 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 |
|
... | @@ -31,8 +31,8 @@ wrongly!) |
... | @@ -31,8 +31,8 @@ wrongly!) |
|
Examples
|
|
Examples
|
|
--------
|
|
--------
|
|
|
|
|
|
Stuns the target for 3 seconds, target can rotate.
|
|
Stuns the target for 3 seconds, target cannot rotate.
|
|
|
|
|
|
Freeze:
|
|
Freeze:
|
|
Skills:
|
|
Skills:
|
|
- stun{d=60;f=true} @target |
|
- stun{d=60;f=true} @target |
|
|
|
\ No newline at end of file |