Jump to content

Kiko

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Kiko

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

     

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

     

×
×
  • Create New...