Skip to main content
Version: Current

Custom Heads

An example of how to have a custom head as a prize/display item.

Custom Heads only work on Paper or Purpur as Purpur is a fork of Paper. We do not support Spigot anymore however Paper ( drop in replacement ) and forks above can be a drop in replacement.

Warning: always remember to do some research into forks outside of Paper/Purpur including their configurations

  Prizes:
1:
DisplayName: '<red>An example player head.'
DisplayItem: 'player_head'
DisplayAmount: 1
Player: '1ee3126ff2c343da525eef2b93272b9fed36273d0ea08c2616b80009948ad57e'
MaxRange: 100
Chance: 5
Items:
- 'Item:player_head, Player:1ee3126ff2c343da525eef2b93272b9fed36273d0ea08c2616b80009948ad57e, Amount:1'

This requires HeadDatabase which pulls heads from minecraft-heads in a safe manner. The previous way heads were done via player name will likely be removed as it's wildly inefficient

  Prizes:
1:
DisplayName: '<red>An example helmet using Trims.'
DisplayItem: 'player_head'
DisplayAmount: 1
Skull: '7129'
MaxRange: 100
Chance: 5
Items:
- 'Item:player_head, Skull:7129, Amount:1'