Changes
Page history
Update Petrify
authored
Sep 16, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
MythicMobs/mechanics/model/Petrify.md
View page @
8e6ba9a0
To be written
\ No newline at end of file
[
< Back to mechanic page
](
../../Model-Mechanics
)
## Description
Create a statue of the model. This model will no longer be able to change or move
## Attributes
| Attribute | Aliases | Description | Type | Default |
|-----------|---------------|------------------------------------------|---------|---------|
| modelid | model, mid, m | The model id of the model to petrify | String | |
## Examples
```
yaml
Skills
:
-
petrify{mid=examplemodel} @self ~onDeath
```