Skip to content

Commit 5a5950b

Browse files
authored
Update exterheads
1 parent b724ae7 commit 5a5950b

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

content/addon/exterheads/_index.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,41 @@ head-item:
4747
- ""
4848
- "&7This is a head item from HeadDB"
4949
```
50+
51+
## [zHead](https://www.spigotmc.org/resources/zhead-database-plugin-for-heads.115717/)
52+
53+
### Format
54+
55+
```yaml
56+
zhead: <head-id>
57+
```
58+
59+
### Example
60+
61+
```yaml
62+
head-item:
63+
zhead: 1
64+
name: "&czHead"
65+
lore:
66+
- ""
67+
- "&7This is a head item from zHead"
68+
```
69+
70+
## [Skulls](https://www.spigotmc.org/resources/skulls-the-ultimate-head-database.90098/)
71+
72+
### Format
73+
74+
```yaml
75+
skulls: <head-id>
76+
```
77+
78+
### Example
79+
80+
```yaml
81+
head-item:
82+
skulls: 1
83+
name: "&cSkulls"
84+
lore:
85+
- ""
86+
- "&7This is a head item from Skulls"
87+
```

0 commit comments

Comments
 (0)