Update Hats authored by Ashijin's avatar Ashijin
...@@ -2,7 +2,7 @@ Hats are a type of cosmetic that replaces your helmet. Hats are purely cosmetic ...@@ -2,7 +2,7 @@ Hats are a type of cosmetic that replaces your helmet. Hats are purely cosmetic
## Configuration ## Configuration
Hats go in a configuration file located in any pack: Hats go in a configuration file located in any pack:
```plugins/MythicMobs/pack/cosmetics/hats/your_file.yml``` ```plugins/MythicMobs/packs/cosmetics/hats/your_file.yml```
You can have one or more files in the folder, and a file can have multiple cosmetics in it. You can have one or more files in the folder, and a file can have multiple cosmetics in it.
...@@ -21,7 +21,7 @@ basic_hat: ...@@ -21,7 +21,7 @@ basic_hat:
| Option | Description | | Option | Description |
| ------ | ----------- | | ------ | ----------- |
| `ID` | The ID of the cosmetic (in the example: `basic_hat`) | | `ID` | The ID of the cosmetic (in the example: `basic_hat`) |
| `Model` | The model path to the hat inside your resource pack item definitions | | `Model` | The model path to the cosmetic inside your resource pack item definitions |
| `Display` | The display name of the cosmetic in menus | | `Display` | The display name of the cosmetic in menus |
| `Description` | The lore of the cosmetic in menus | | `Description` | The lore of the cosmetic in menus |
... ...
......