Skip to main content
Version: 1.20.4

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: '&cAn example player head.'
DisplayItem: 'PLAYER_HEAD'
DisplayAmount: 1
Player: 'https://textures.minecraft.net/texture/1ee3126ff2c343da525eef2b93272b9fed36273d0ea08c2616b80009948ad57e'
MaxRange: 100
Chance: 5
Items:
- 'Item:PLAYER_HEAD, Player:https://textures.minecraft.net/texture/1ee3126ff2c343da525eef2b93272b9fed36273d0ea08c2616b80009948ad57e, Amount:1'

You can also do the following if you don't want a custom texture from https://minecraft-heads.com/

  Prizes:
1:
DisplayName: '&cAn example helmet using Trims.'
DisplayItem: 'PLAYER_HEAD'
DisplayAmount: 1
Player: 'Badbones69'
MaxRange: 100
Chance: 5
Items:
- 'Item:PLAYER_HEAD, Player:Badbones69, Amount:1'