Jump to content

Scoreboard Skript


TankSniperD

Recommended Posts

Here a scoreboard Skript, Enjoy! Reply to this if there are any errors of thing you want me to add!

Plugins Required: SkRayFall and Skript

 

 

 

every 1 second:
  loop all players:
    wipe loop-player's sidebar
    set name of sidebar of loop-player to "Server-Name"
    set score "&b&lPLAYER" in sidebar of loop-player to 8
    set score "  &cRank &8>> %loop-player's prefix%" in sidebar of loop-player to 7
    set score "  &cName &8>> &f%loop-player%" in sidebar of loop-player to 6
    set score "  &cBalance &8>> &fComing Soon!" in sidebar of loop-player to 5
    set score "&b&lSERVER" in sidebar of loop-player to 4
    set score "  &cJoins &8>> &f%size of offline players%" in sidebar of loop-player to 3
    set score "  &cOnline &8>> &f%number of players%" in sidebar of loop-player to 2
    set score "  &cTPS &8>> &f%tps from last minute%" in sidebar of loop-player to 1

Skript Developer

 

Joined Minecraft in 2016 on Bedrock Edition

Joined Minecraft in 2020 on Java Edition

Joined Minehut in December 2020

5 years Skript experience

 

 

92230fb7ff1a4800b5018f4e43d0c894.png

Link to comment
Share on other sites

Just now, ayoIneedsomehelp said:

was wondering if u can make me a chat reaction skript

 i was hoping for it to be " Hover HERE, First Person To Type This Word Wins!"                              

and for the math can it just be kinda simple addition and decently hard multiplication 

and for the word list 

  • September
  • Sapphire 
  • Morning Glory 
  • Aster 
  • Labor Day
  • Patriot Day
  • Autumnal Equinox 
  • Fall
  • Harvest
  • Autumn
  • Acorn
  • Apples
  • School
  • bbq
  • applepie
  • leaf
  • pumpkin
  • sleep
  • haunt
  • wheat
  • color
  • axtro
  • time for school
  • back to school
  • class
  • royal
  • miracle
  • ancient
  • seasonal

@TankSniperD

Please do not ask this in every post... I suggest asking it in the marketplace in the discord for help

2021-06-09_20_22_08.jpg.422c39613f8b72de894e5ec1f3377dca.jpg

Yo who actually reads these

[Vip] - 12/29/2020
[Pro] - 1/25/2022
 

 

 

Link to comment
Share on other sites

  • 3 weeks later...
On 8/19/2021 at 8:56 PM, TankSniperD said:

Here a scoreboard Skript, Enjoy! Reply to this if there are any errors of thing you want me to add!

Plugins Required: SkRayFall and Skript

 

 

 

every 1 second:
  loop all players:
    wipe loop-player's sidebar
    set name of sidebar of loop-player to "Server-Name"
    set score "&b&lPLAYER" in sidebar of loop-player to 8
    set score "  &cRank &8>> %loop-player's prefix%" in sidebar of loop-player to 7
    set score "  &cName &8>> &f%loop-player%" in sidebar of loop-player to 6
    set score "  &cBalance &8>> &fComing Soon!" in sidebar of loop-player to 5
    set score "&b&lSERVER" in sidebar of loop-player to 4
    set score "  &cJoins &8>> &f%size of offline players%" in sidebar of loop-player to 3
    set score "  &cOnline &8>> &f%number of players%" in sidebar of loop-player to 2
    set score "  &cTPS &8>> &f%tps from last minute%" in sidebar of loop-player to 1

Decent skript, I would instead suggest to use SkBee for scoreboards instead of SkRayfall. This is to minimize flickers and is overall better for scoreboards. You should also use a while loop or detect when a value needs to be changed and change it then instead of every x second to minimize lag.

Developer

 

Joined Minecraft in 2010 on PC

Joined Minehut in August 2016

1 year Skript experience

2 months Java experience

5 months Javascript experience

 

Link to comment
Share on other sites

  • 2 weeks later...
On 8/19/2021 at 3:56 AM, TankSniperD said:

Here a scoreboard Skript, Enjoy! Reply to this if there are any errors of thing you want me to add!

Plugins Required: SkRayFall and Skript

 

 

 

every 1 second:
  loop all players:
    wipe loop-player's sidebar
    set name of sidebar of loop-player to "Server-Name"
    set score "&b&lPLAYER" in sidebar of loop-player to 8
    set score "  &cRank &8>> %loop-player's prefix%" in sidebar of loop-player to 7
    set score "  &cName &8>> &f%loop-player%" in sidebar of loop-player to 6
    set score "  &cBalance &8>> &fComing Soon!" in sidebar of loop-player to 5
    set score "&b&lSERVER" in sidebar of loop-player to 4
    set score "  &cJoins &8>> &f%size of offline players%" in sidebar of loop-player to 3
    set score "  &cOnline &8>> &f%number of players%" in sidebar of loop-player to 2
    set score "  &cTPS &8>> &f%tps from last minute%" in sidebar of loop-player to 1

for balance all you have to do is %loop-player's balance% and you got it, great skript 10/10

Link to comment
Share on other sites

  • 4 months later...

Don't Necropost posts that are older than 1 month. You can add kills by creating a variable like this:
 

on death:
	add 1 to {variable::%attacker%}
	

And then display it like {variable::%player%}

2021-06-09_20_22_08.jpg.422c39613f8b72de894e5ec1f3377dca.jpg

Yo who actually reads these

[Vip] - 12/29/2020
[Pro] - 1/25/2022
 

 

 

Link to comment
Share on other sites

  • 6 months later...
  • 3 weeks later...
  • 1 year later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...