moved hasachievement over to the conditions folder authored by Lxlp's avatar Lxlp
## Description
Checks if the player has a mythic achievement.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|---------|-------------------------------------------|---------|
| achievement | achieve, a | The achievement to check for. | |
## Examples
Checks if the mob has the `KILL_SKELETAL` achievement before executing the skills.
```yml
Conditions:
- hasAchievement{a=KILL_SKELETAL} true
Skills:
- # ...
```
\ No newline at end of file