|
|
Mechanic: Stun
|
|
|
==============
|
|
|
|
|
|
## Descritpion:
|
|
|
|
|
|
Holds the target in place temporarily.
|
|
|
|
|
|
Attributes
|
|
|
----------
|
|
|
*This mechanic can cause Spigot to kick the player (PlayerName moved
|
|
|
wrongly!)*
|
|
|
|
|
|
## Attributes:
|
|
|
|
|
|
| Attribute | Aliases | Description | Default Value |
|
|
|
|---------------------|---------|--------------------------------------------------------------------------------------------------------------|---------------|
|
... | ... | @@ -22,18 +25,11 @@ Attributes |
|
|
| CancelOnQuit | coq | Cancels the stun if the entity with the stun logs out. (Only really applies to players) | true |
|
|
|
|
|
|
|
|
|
|
|
|
Special Notes
|
|
|
-------------
|
|
|
|
|
|
This mechanic can cause Spigot to kick the player (PlayerName moved
|
|
|
wrongly!)
|
|
|
|
|
|
Examples
|
|
|
--------
|
|
|
## Examples:
|
|
|
|
|
|
Stuns the target for 3 seconds, target cannot rotate.
|
|
|
|
|
|
Freeze:
|
|
|
```yaml
|
|
|
Freeze:
|
|
|
Skills:
|
|
|
- stun{d=60;f=true} @target
|
|
|
``` |
|
|
\ No newline at end of file |