Create Stickers authored by Ashijin's avatar Ashijin
Stickers are a special type of cosmetic that act as a multi-use collectable and populate a sticker book. They can be used as chat tags, emojis, or as additional sprays depending on how you configure them.
## Configuration
Stickers go in a configuration file located in any pack:
```plugins/MythicMobs/packs/cosmetics/stickers/your_file.yml```
You can have one or more files in the folder, and a file can have multiple cosmetics in it.
To add a sticker, create or modify a file inside the `stickers` folder within whatever [pack](Packs) you want and use the following config format:
```
ket:
Model: item/stickers/ket
Display: 'Ket'
Description:
- "A cute ket sticker!"
Height: 10
Ascent: 8
```
#### Basic Options
**Stickers have the following options**:
| Option | Description |
| ------ | ----------- |
| `ID` | The ID of the cosmetic (in the example: `ket`) |
| `Model` | The path to an item in your resource pack to use for the spray component and menu icon. |
| `Display` | The display name of the cosmetic in menus |
| `Description` | The lore of the cosmetic in menus |
#### Advanced Options
| Option | Description |
| ------ | ----------- |
| `Char` | Specify a particular char to use |
| `Height` | Font Height to use for generating with Crucible |
| `Ascent` | Font Ascent to use for generating with Crucible |
| `Key` | Override the font key that is used |
\ No newline at end of file