Created
December 14, 2013 23:44
-
-
Save nightpool/7966586 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ItemStack skull = new ItemStack(Material.SKULL_ITEM, 1, (short)3); | |
SkullMeta sm = ((SkullMeta) skull.getItemMeta()).clone(); | |
sm.setOwner(player.getName()); | |
skull.setItemMeta(sm); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kewl