updated informations authored by Lxlp's avatar Lxlp
Best plugin ever <3
\ No newline at end of file
In this section you can find a list of custom Mechanics, Conditions and Targeters that will be usable in any MythicMobs configuration in order to make Model Engine features available to it.
## Mechanics/Conditions/Targeters Conflicts
Keep in mind: if a conflict was to arose (if a mechanic/condition/targeter name is already being used by other MythicMobs addons) you can prefix the mechanic/condition/targeter with the **`meg:`** namespace in order to make it usable still. Alternatively, you can use aliases, if present.
For example, if Crucible was also installed, the SetItemModel mechanic would be overridden. In order to fix this, you can do the following:
```yaml
Skills:
# The Crucible mechanic
- setitemmodel{m=3} @self
# The Model Engine mechanic
- meg:setitemmodel{mid=testmodel;bone=examplebone;i=STONE} @self
```
\ No newline at end of file