Jump to content

Free Scoreboard skript


14x23

Recommended Posts

This is an example you can customize it. But if you want to add more lines change the number 8 to number of lines and if you want to remove lines make sure to change numbers.

options:
  server: servername

every 1 second:
  loop all players:
    set {_online} to number of all players
    wipe loop-player's sidebar
    set name of sidebar of loop-player to "{@server}"
    set score "&7--------------------" in sidebar of loop-player to 8
    set score " &bPlayer&7: %loop-player%" in sidebar of loop-player to 7
    set score "" in sidebar of loop-player to 6
    set score " &bOnline Players&7: %{_online}%" in sidebar of loop-player to 5
    set score "&7---------------------" in sidebar of loop-player to 4
    set score " &bIP:&7 minebloxpol.minehut.gg" in sidebar of loop-player to 3
    set score " " in sidebar of loop-player to 2
    set score " &bBalance: &7%loop-player's money%" in sidebar of loop-player to 1

 

Link to comment
Share on other sites

You can make a non-flickering scoreboard like this: (Requires: Skbee)

on join:
	while player is online:
		wait 1 second
		set title of player's scorebaord to "TITLE HERE"
		set line 3 of player's scoreboard to "Top"
		set line 2 of player's scoreboard to "Middle"
		set line 1 of player's scoreboard to "Bottom"

this one is also less likely to lag-spike

Please like (💙) this comment if it helped. It may not seem like much but it motivates me to help/post more.

  • Thanks 1

Minecraft Ranks
[DEFAULT] - 9th October 2020
[PRO] - 21st November 2020
[PATRON] - 27th October 2021

Proficiency
Python - 8 Years
C/C++ - 5 Years
Skript - 4 Years
Javascript - 3 Year
Java - 1 Year

Links
Discord - kegnh#1234

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