# MC Commands notes

Canonical: https://splugins.net/docs/tools-for-all-plugins-score/general-questions-or-guides/mc-commands-notes

# MC Commands notes

## Command that drops the target's head in 1.21.4+


```yaml
execute at %player% run summon item %target_x% %target_y% %target_z% {Item:{id:"minecraft:player_head",count:1,components:{"minecraft:profile":{id:%target_uuid_array%}}}}
```