Jump to content

skRayFall sidebar glitch


Kiko

Recommended Posts

I think this is a Minehut glitch, but I'm not sure, so I'm posting it here.

I am trying to make a sidebar with different scores per player. For that I'm using skRayFall, a Skript addon. The issue is that, when doing the code below, the same username shows to all players, when that shouldn't be the case.

command /updatesidebar:
	trigger:
		loop all players:
			wipe loop-player's sidebar
			set score "%loop-player%" in sidebar of loop-player to 1

 

Link to comment
Share on other sites

you forgot to add a name, that could be a problem.

command /updatesidebar:
	trigger:
		loop all players:
			wipe loop-player's sidebar
			set name of sidebar of loop-player to "Scoreboard Name"
			set score "%loop-player%" in sidebar of loop-player to 1

 

Hello! I'm SoloStrafe!
 

Skills:

Skript (4+ years experience)

Most of the plugins on MH

Servers:

- Westmine (Developer)

- Mineport (Admin)

Minehut:

Untitled.png.395f912cec0139eaf122fc8874f57045.png

I got VIP rank on 8/1/2019 -> Current

Link to comment
Share on other sites

Nevermind I got it fixed. And yes, I did add a name, I just didn't show it there.

Basically, there was an option in the config.yml that was set to false. It must be set to true for this to work:

enableFastScoreBoards: true

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...