Changes
Page history
Create Skills/Conditions/TemplateType
authored
Mar 03, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Conditions/TemplateType.md
0 → 100644
View page @
1c6a74fd
## Description
Checks if the target mob extends the specified
[
Template
](
https://git.lumine.io/mythiccraft/MythicMobs/-/wikis/Mobs/Templates
)
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| templates | template, t | The template to match. A list of templates can be specified, in which case the condition will match if any of the specified templates is present | |
## Examples
```
yaml
Conditions
:
-
templatetype{template=NetherMob,EndMob}
```
## Aliases
-
[x] template
-
[x] instanceOf
\ No newline at end of file