Scoreboard

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

KaramDoesMC

Member
Jun 21, 2020
17
0
0
24
Hello! i am using a Scoreboard skript and i have ran into a problem


Capture2.PNG
Capture.PNG


This doesnt work it doesnt display the &7Guild: please reply as soon as possible!!!!!!! And thanks for your time

[doublepost=1592767921,1592767881][/doublepost]Also the skript is
on player world change:
if world is "Dupe":
wipe player's sidebar
wait 1 tick
set name of sidebar of player to "&d&lDupe"
set score "&7Name: &d%player%" in sidebar of player to 3
set score "&7Guild: &d%{guild::%executor's uuid%}%" in sidebar of player to 2
set score "&7Online Players in network: &d%amount of all players%" in sidebar of player to 1
forgot to put it sorry
 

Attachments

  • upload_2020-6-21_23-31-38.png
    upload_2020-6-21_23-31-38.png
    79.9 KB · Views: 208
Please use code blocks, but it's a simple indentation error (please do your research before posting) which can be fixed by indenting.

This should work:
Code:
on player world change:
    if world is "Dupe":
        wipe player's sidebar
        wait 1 tick
        set name of sidebar of player to "&d&lDupe"
        set score "&7Name: &d%player%" in sidebar of player to 3
        set score "&7Guild: &d%{guild::%executor's uuid%}%" in sidebar of player to 2
        set score "&7Online Players in network: &d%amount of all players%" in sidebar of player to 1
 
Thank yo u So much!
No problem, but please mark this post as solved and mark my answer as "best answer."

You can mark it as solved by clicking something like "post settings" in the top right of the original post and clicking "edit title" then adding a prefix/flair titled "Solved".

You can mark my post as best answer by clicking on the "best answer" button in the bottom right of my post.
 
Status
Not open for further replies.