|
|
|
## Description
|
|
|
|
Drops a copy of the target players' head. Does nothing when used
|
|
|
|
against a non-player entity.
|
|
|
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
|
> *This mechanic has no attributes*
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
Drops the head of the person who clicked on the mob.
|
|
|
|
```yaml
|
|
|
|
Skills:
|
|
|
|
- decapitate @trigger ~onInteract
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
- [x] dropHead
|
|
|
|
|
|
|
|
|
|
|
|
<!--TAGS-->
|
|
|
|
<!--tag:Item--> |
|
|
\ No newline at end of file |