@@ -19,7 +19,7 @@ Two archetypes in the same group are mutually exclusive. Two archetypes in diffe
## Configuring Archetypes
Archetypes are configured in the `Archetypes` folder inside any [Mythic pack](/../../../MythicMobs/-/wikis/Mob-Packs). Create any `.yml` file inside that folder and put as many archetypes inside as you'd like.
Archetypes are configured in the `Archetypes` folder inside any [Mythic pack](/../../../MythicMobs/-/wikis/Packs). Create any `.yml` file inside that folder and put as many archetypes inside as you'd like.
The example pack generates a `classes.yml` with simple starters.
...
...
@@ -32,7 +32,7 @@ The example pack generates a `classes.yml` with simple starters.
| `Display` | The proper display name (e.g. `'&aWizard'`). Defaults to the archetype's id. |
| `DisplayOrder` | Sort order in menus and lists. Lower values appear first. Defaults to `0`. |
| `Description` | A multi-line description used in menus and command output. |
| `Icon` | Standard [Mythic icon options](/../../../MythicMobs/-/wikis/Custom-Items) — material, model, lore, etc. |
| `Icon` | Standard [Mythic item options](/../../../MythicMobs/-/wikis/Items/Items) — material, model, lore, etc. |
| `Permission` | Optional permission node players must have to be assigned this archetype. |