|
|
## Description
|
|
|
Executes the skill when the player stops using the item.
|
|
|
> The associated [@trigger](/../../../MythicMobs/-/wikis/Skills/Targeters/Trigger) is the player itself
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
```yml
|
|
|
ExampleItem:
|
|
|
Material: SHIELD
|
|
|
Skills:
|
|
|
- message{m="Are we done with that? T.T"} @self ~onCancelUse
|
|
|
```
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
- [x] onStopUse
|
|
|
- [x] onStopUsing
|
|
|
- [x] onCancelUsing |
|
|
\ No newline at end of file |