Update doNothing authored by Lxlp's avatar Lxlp
...@@ -7,7 +7,8 @@ Causes the mob to stop doing anything based on provided conditions. ...@@ -7,7 +7,8 @@ Causes the mob to stop doing anything based on provided conditions.
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| conditions | | The conditions to use | | | conditions | c, cond, fleeconditions | The conditions to use | |
## Examples ## Examples
This would cause the mob to stop it's AI if the [day](https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/skills/conditions/day) condition is met. This would cause the mob to stop it's AI if the [day](https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/skills/conditions/day) condition is met.
...@@ -18,3 +19,7 @@ ExampleMob: ...@@ -18,3 +19,7 @@ ExampleMob:
- clear - clear
- doNothing{conditions=[ - day true ]} - doNothing{conditions=[ - day true ]}
``` ```
## Aliases
- [x] nothing
\ No newline at end of file