|
|
|
Mechanic: GrantAchievement
|
|
|
|
===============
|
|
|
|
|
|
|
|
Grants the player a mythic achievement.
|
|
|
|
|
|
|
|
Attributes
|
|
|
|
----------
|
|
|
|
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|
|-----------|---------|-------------------------------------------|---------|
|
|
|
|
| achievement | achieve, a | The achievement to grant. | |
|
|
|
|
|
|
|
|
Examples
|
|
|
|
----
|
|
|
|
This example would grant the mob (assuming it's a player) the `KILL_SKELETAL` achievement.
|
|
|
|
```yml
|
|
|
|
Skills:
|
|
|
|
- giveAchievement{a=KILL_SKELETAL}
|
|
|
|
``` |
|
|
|
\ No newline at end of file |