Jump to content

SkBee Scoreboard Tutorial (for dummies)


itsKimo

Recommended Posts

on join: #this checks when they join
  while player is online: #this is doing this while they are online so itll stop when they leave
	wait 1 tick #if you dont wait any time then it will break the server
    set title of player's scoreboard to "HELLO I AM THE TITLE!!!" #this adds the title of the scoreboard, this doesnt count as a line.
    set line 1 of player's scoreboard to "HELLO I AM THE FIRST LINE!!!" #thisll set the 1st lise and u can add up to 15 lines
    set line 2 of player's scoreboard to "HELLO I AM THE SECOND LINE!!!" #thisll set the 2nd line and u can add up to 15 lines
    toggle player's scoreboard to on #this will turn on the scoreboard

I added comments after all the lines so its super easy to understand

Edited by itsKimo
Link to comment
Share on other sites

  • itsKimo changed the title to SkBee Scoreboard Tutorial (for dummies)
13 hours ago, itsKimo said:
on join: #this checks when they join
  while player is online: #this is doing this while they are online so itll stop when they leave
    set title of player's scoreboard to "HELLO I AM THE TITLE!!!" #this adds the title of the scoreboard, this doesnt count as a line.
    set line 1 of player's scoreboard to "HELLO I AM THE FIRST LINE!!!" #thisll set the 1st lise and u can add up to 15 lines
    set line 2 of player's scoreboard to "HELLO I AM THE SECOND LINE!!!" #thisll set the 2nd line and u can add up to 15 lines
    wait 10 ticks #its waiting 10 ticks to update
    toggle player's scoreboard to on #this will turn on the scoreboard

I added comments after all the lines so its super easy to understand

wouldn't you toggle the scoreboard on when they join?
 

Link to comment
Share on other sites

  • 1 month later...

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