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.

Ajility

Member
Sep 18, 2018
4
0
0
28
code_language.skript:
every second in "bowwars":
    loop all players:
        if loop-player's world is "bowwars":
            wipe loop-player's sidebar
            set name of sidebar of loop-player to "&bBow Wars"
            set score "&bKills:" in sidebar of loop-player to 5
Errors:
code_language.skript:
[09:23:37 INFO]: [Skript] Reloading the config and all scripts...
[09:23:38 INFO]: Loaded a total of 79112 english aliases
[09:23:38 ERROR]: Can't understand this condition/effect: wipe loop-player's sidebar (score.sk, line 14: wipe loop-player's sidebar')
[09:23:38 ERROR]: There's no loop that matches 'loop-player to "&bBow Wars"' (score.sk, line 15: set name of sidebar of loop-player to "&bBow Wars"')
[09:23:38 ERROR]: There's no loop that matches 'loop-player to 5' (score.sk, line 16: set score "&bKills:" in sidebar of loop-player to 5')
[09:23:38 ERROR]: Can't understand this condition/effect: clear player's sidebar (score.sk, line 33: clear player's sidebar')
Help?
 
Status
Not open for further replies.