I want to make a command that clears only specific player heads and a specific amount. I tried using this:
clear shaeno minecraft:player_head{SkullOwner:shaeno} 1But it doesn't seem to work.
1 Answer
This command should work:
/clear @p minecraft:player_head{SkullOwner:{Name:"shaeno"}} 1The SkullOwner tag was updated to have a more robust structure. If you want to identify player head by username, you should use {Name:username_here}.
Hope this helps out!