Solved Scoreboard Help

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

Donut

Well-Known Member
Mar 27, 2017
1,336
177
0
U.S.
Skript Version: dev26e
Skript Author: Bensku
Minecraft Version: 1.11.2
---
Full Code:

code_language.skript:
command /scoreboard:
    trigger:
        display board named "Test" to player
        make score of "Test: " in board of player to 3
        move display of player to sidebar

Errors on Reload:

code_language.skript:
[10:14:11 ERROR]: [Skript] Can't understand this condition/effect: display board named "Test" to player (scoreboard.sk, line 3: display board named "Test" to player')
[10:14:12 ERROR]: [Skript] ': " in board of player to 3' is not a valid item data (scoreboard.sk, line 4: make score of "Test: " in board of player to 3')
[10:14:12 ERROR]: [Skript] Can't understand this condition/effect: move display of player to sidebar (scoreboard.sk, line 5: move display of player to sidebar')

Addons using (including versions):
SkQuery 3.5.6a-Lime
TuSKe 1.7.4

Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? I have watched multiple videos and they all say this code should work. I have no idea what I am doing wrong.
 
Status
Not open for further replies.