Scoreboard works fine for me, friend that joins doesn't have it.

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

Nutrition35

Member
Feb 11, 2020
11
0
1
19
  1. Script Version: 2.5.3
  2. Script Author: Nutrition35? I assume author of the Skript itself
  3. Minecraft Version: 1.15.2
  4. Full Code:
Code:
every 1 seconds:
loop all players:
if loop-player is in world "Prison":
wipe loop-player's sidebar
set name of sidebar of loop-player to "&A&3ServeMC"
set score " &3&l%loop-player's name%" in sidebar of loop-player to 15
set score " " in sidebar of loop-player to 14
set score "&a Player Kills: &2%{kills.%loop-player%}%" in sidebar of loop-player to 12
set score "&a Deaths: &c%{deaths.%loop-player%}%" in sidebar of loop-player to 11
set score "" in sidebar of loop-player to 10
set score " &3Level: &7%{Level::%loop-player%}%" in sidebar of loop-player to 9
set score " &7Progress: ᚛ &7%{Current::%loop-player%}% / &7%{goal::%loop-player%}% EXP ᚜ " in sidebar of loop-player to 8
set score " " in sidebar of loop-player to 7
set score " " in sidebar of loop-player to 6
set score "&aBalance: &a»&a%format({balance::%loop-player%})%&a$«" in sidebar of loop-player to 5

Formatting is correct for me, copy paste little weird.

No errors on reload

Sk Addons in picture form

I've asked the discord, did checks with broadcast, all turned up positive, unsure of what to do next.

Thank you!
 

Attachments

  • image_2021-03-31_232703.png
    image_2021-03-31_232703.png
    2.9 KB · Views: 178
stupid question but is your friend in the world "Prison"


if he/she is try
Code:
If loop-player's world is "Prison"
instead of
Code:
If loop-player is in world "Prison"
 
Status
Not open for further replies.