Advertisement
Skylinerw

Concept - SkullOwner "selector"

Jun 23rd, 2014
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. NOTE: The following is merely a concept, not an actually available feature (for the time being).
  2.  
  3. /execute @a[score_DEATHS_min=1] ~ ~ ~ summon Item ~ ~ ~ {
  4. Item:{
  5. id:minecraft:skull,
  6. Damage:3,
  7. tag:{
  8. SkullOwner:"{
  9. selector:\"@a[c=1]\"
  10. }"
  11. }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement