Scoreboard + Events of the block's rightclick

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

b9635005

New Member
Mar 24, 2020
5
1
0
46
You can answer me a just one solution of the one question!

Now, I'm trying to use scoreboard in the minecraft server, and in my codes, there is

every 3 second: || loop-player | I just want to show my nickname in the scoreboard, but it
loop all players: | | shows me an another nickname of others. Is there any ways to change nickname whitch shows us.


is there any way to run command when we rightclick specific blocks?
 
If you're using a loop every 3 seconds, set the score whatever for the name to loop-player. If this doesn't work and it still has this issue, I know whats wrong because it happened to me. If you have any priority for nicknames and ranks, it won't work (at least for me, with skript) and for your rightclick, just use "on rightclick on <block-here>" or use rightclick then clicked block.
 
every 1 seconds:
loop all players:
wipe loop-player's sidebar
set name of sidebar of loop-player to "&b&lKOI SERVER"
set score "%loop-player%" in sidebar of loop-player to 8
set score "&d" in sidebar of loop-player to 7
set score "&bMoney&8:" in sidebar of loop-player to 6
set score "&f %{money::%loop-player%}%" in sidebar of loop-player to 5
set score "&e" in sidebar of loop-player to 4
set score "&bOnline&8:" in sidebar of loop-player to 3
set score " &f%number of all players%&8/&f100" in sidebar of loop-player to 2
set score "&2" in sidebar of loop-player to 1
[doublepost=1585278883,1585278827][/doublepost]This is a code, and I found that all server user have the same output. Is there way to solved it?
Or, it is the bug?
 
every 1 seconds:
loop all players:
wipe loop-player's sidebar
set name of sidebar of loop-player to "&b&lKOI SERVER"
set score "%loop-player%" in sidebar of loop-player to 8
set score "&d" in sidebar of loop-player to 7
set score "&bMoney&8:" in sidebar of loop-player to 6
set score "&f %{money::%loop-player%}%" in sidebar of loop-player to 5
set score "&e" in sidebar of loop-player to 4
set score "&bOnline&8:" in sidebar of loop-player to 3
set score " &f%number of all players%&8/&f100" in sidebar of loop-player to 2
set score "&2" in sidebar of loop-player to 1
[doublepost=1585278883,1585278827][/doublepost]This is a code, and I found that all server user have the same output. Is there way to solved it?
Or, it is the bug?
Minecraft version? Don't use SkRayFall scoreboard syntax, try using SkWaze + Netherboard (it works fine), SkBee or another one.
 
  • Like
Reactions: jonawoning
Status
Not open for further replies.