Custom Skull in GUI

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
perhaps something like
Code:
set {_item} to player skull of (%player% parsed as offline player)
set name of {_item} to %text%
set lore of {_item} to %texts%
 
perhaps something like
Code:
set {_item} to player skull of (%player% parsed as offline player)
set name of {_item} to %text%
set lore of {_item} to %texts%
that's not gonna work, and even if it did, they wanted custom heads, not player heads

To make it work, install skbee and use
Code:
player head with nbt ""
and put the nbt inside which can be taken from here https://minecraft-heads.com/custom-heads. don't forget to double all quotes inside the ""
 
Status
Not open for further replies.