Solved Player Skulls for GUI with custom name

  • 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.

TheGamingChris

New Member
May 26, 2017
5
0
0
25
Hey,

how can I have a menu (GUI) with a player skull?

Code:
format slot 1 of plyer with skull of TheGamingChris named "&7Hat: &4TheGamingChris" with lore "&e» &9Admin &e«"

This wont work in version 1.8
 
Hey,

how can I have a menu (GUI) with a player skull?

Code:
format slot 1 of plyer with skull of TheGamingChris named "&7Hat: &4TheGamingChris" with lore "&e» &9Admin &e«"

This wont work in version 1.8
code_language.skript:
format slot 0 of player with ("%player%" parsed as offline player)'s skull named "%player%2
 
@ChisleLP doesn't work

[18:39:03 INFO]: [Skript] Reloading test.sk...
[18:39:03 ERROR]: Can't understand this condition/effect: format slot 0 of player with %player%'s skull named "%player%" (test.sk, line 4: format slot 0 of player with %player%'s skull named "%player%"')
[18:39:03 INFO]: [Skript] Encountered 1 error while reloading test.sk!
 
Wont also work :/

[22:51:09 INFO]: [Skript] Reloading test.sk...
[22:51:09 ERROR]: Can't understand this condition/effect: format slot 0 of player with ("%player%" parsed as offline player)'s skull named "%player%" (test.sk, line 4: format slot 0 of player with ("%player%" parsed as offline player)'s skull named "%player%"')
[22:51:09 INFO]: [Skript] Encountered 1 error while reloading test.sk!
 
Hey,

how can I have a menu (GUI) with a player skull?

Code:
format slot 1 of plyer with skull of TheGamingChris named "&7Hat: &4TheGamingChris" with lore "&e» &9Admin &e«"

This wont work in version 1.8
This is what I did:
Code:
format gui slot 1 of player with skull of player named "%player%" with lore "Lore"
[doublepost=1495833556,1495833520][/doublepost]Also, do you have TuSKe installed?..
 
Status
Not open for further replies.