Solved problem with scoreboard, actionbar, and title

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

saad3modeyy

Member
Mar 14, 2020
24
0
0
25
Code:
options:
      ScoreboardName: &6&lTraily&e&lMc
      Line2: &1
      Line3: &a&lAccount
      Line4: %loop-player's name%
      Line5: &2
      Line6: &6&lBalance
      Line7: %loop-player's balance%
      Line8: &3
      Line9: &b&lXP
      Line10: %loop-player's exp%
      Line11: &4
      Line12: &4&lKDR
      Line13: %loop-player's kills%%loop-player's deaths%
      Line14: &5
      Line15: &5&lRank
      Line16: %loop-player's prefix%

every 5 seconds:
        loop all players:
                wipe loop-player's sidebar
                set name of sidebar of loop-player to "{@ScoreboardName}"
                set score "{@Line2}" in sidebar of loop-player to 15
                set score "{@Line3}" in sidebar of loop-player to 14
                set score "{@Line4}" in sidebar of loop-player to 13
                set score "{@Line5}" in sidebar of loop-player to 12
                set score "{@Line6}" in sidebar of loop-player to 11
                set score "{@Line7}" in sidebar of loop-player to 10
                set score "{@Line8}" in sidebar of loop-player to 9
                set score "{@Line9}" in sidebar of loop-player to 8
                set score "{@Line10}" in sidebar of loop-player to 7
                set score "{@Line11}" in sidebar of loop-player to 6
                set score "{@Line12}" in sidebar of loop-player to 5
                set score "{@Line13}" in sidebar of loop-player to 4
                set score "{@Line14}" in sidebar of loop-player to 3
                set score "{@Line15}" in sidebar of loop-player to 2
                set score "{@Line16}" in sidebar of loop-player to 1

console error:
[17:37:36 ERROR]: Can't understand this condition/effect: wipe loop-player's sidebar (skyblock.sk, line 26: wipe loop-player's sidebar')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to "&b&lCosmic&d&lPVP"' (skyblock.sk, line 27: set name of sidebar of loop-player to "{@ScoreboardName}"')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 15' (skyblock.sk, line 28: set score "{@Line2}" in sidebar of loop-player to 15')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 14' (skyblock.sk, line 29: set score "{@Line3}" in sidebar of loop-player to 14')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 13' (skyblock.sk, line 30: set score "{@Line4}" in sidebar of loop-player to 13')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 12' (skyblock.sk, line 31: set score "{@Line5}" in sidebar of loop-player to 12')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 11' (skyblock.sk, line 32: set score "{@Line6}" in sidebar of loop-player to 11')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 10' (skyblock.sk, line 33: set score "{@Line7}" in sidebar of loop-player to 10')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 9' (skyblock.sk, line 34: set score "{@Line8}" in sidebar of loop-player to 9')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 8' (skyblock.sk, line 35: set score "{@Line9}" in sidebar of loop-player to 8')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 7' (skyblock.sk, line 36: set score "{@Line10}" in sidebar of loop-player to 7')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 6' (skyblock.sk, line 37: set score "{@Line11}" in sidebar of loop-player to 6')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 5' (skyblock.sk, line 38: set score "{@Line12}" in sidebar of loop-player to 5')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 4' (skyblock.sk, line 39: set score "{@Line13}" in sidebar of loop-player to 4')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 3' (skyblock.sk, line 40: set score "{@Line14}" in sidebar of loop-player to 3')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 2' (skyblock.sk, line 41: set score "{@Line15}" in sidebar of loop-player to 2')
[17:37:36 ERROR]: There's no loop that matches 'loop-player to 1' (skyblock.sk, line 42: set score "{@Line16}" in sidebar of loop-player to 1')

Minecraft spigot 1.9.4
Skript 2.4.1

and that keep happening to me with "Actionbar" and "Title"

it keep saying:

Can't understand this condition/effect

how could i fix it. :emoji_slight_smile:
[doublepost=1584749326,1584721047][/doublepost]any Help plz :emoji_grinning:
 
You need SkRayFall for that syntax, but is bad, use Skellet instead of SkRayFall
 
Status
Not open for further replies.