Config documentation
You can create your own hats on the hats.yml config file. Example hat:
hats:
# The hat name
pumpkin:
# The hat display name
display-name: Pumpkin hat
# The hat price
price: 120
# The type of item that will appear in the menu
material: PUMPKIN
# The data value for the item that will appear in the menu
data-value: 0
Comments