#Scoreboard

1 messages · Page 1 of 1 (latest)

timber ore
#

So Im working on a scoreboard but when ever I try to had kills then add the thing like the UUID For the player kills and stuff I get errors and it dosent work can someone send a example in here so I can study it and learn thanks!

timber ore
#

every 1 second:
clear scoreboard of player
set title of player's scoreboard to "Scoreboard's Title"
set line 4 of player's scoreboard to "Scoreboard line 4!"
set line 3 of player's scoreboard to "Scoreboard line 3!"
set line 2 of player's scoreboard to "Scoreboard line 2!"
set line 1 of player's scoreboard to "Scoreboard line 1!"every 1 second:
loop all players:
wipe loop-player's sidebar
set name of sidebar of loop-player to "&7&lFluffy&r&f&lLight"
set line of player's scoreboard to "&fKills: %{kills::%player's uuid%}%"

#

how do I format it?

#

in the box thing

twin anchor
#

Ok.

timber ore
#

wait wrong skript

twin anchor
#

First off

timber ore
#

every 1 second:
loop all players:
wipe loop-player's sidebar
set name of sidebar of loop-player to "&7&lFluffy&r&f&lLight"
set line of player's scoreboard to "&fKills: %{kills::%player's uuid%}%"

#

thats it

twin anchor
#

‘’’

timber ore
#

''' every 1 second:
loop all players:
wipe loop-player's sidebar
set name of sidebar of loop-player to "&7&lFluffy&r&f&lLight"
set line of player's scoreboard to "&fKills: %{kills::%player's uuid%}%"

twin anchor
#

I’ll give you an example.

sick sleet
#

but never loop all players for a scoreboard, really inefficient

timber ore
#

Ok what should i DO instead then?

sick sleet
#

seems like the only thing this does is show kills, update it on death

twin anchor
#

Use this

#
    server: &4ServerName
    serverip: &7play.servername.net
    
on join:
    while player is online:
        
        set title of player's scoreboard to "{@server}"
        set line 14 of player's scoreboard to ""
        set line 13 of player's scoreboard to "&e&lStatistics"
        set line 12 of player's scoreboard to " &6• &f"
        set line 11 of player's scoreboard to " &6• &f"
        set line 10 of player's scoreboard to " &6• &f"
        set line 9 of player's scoreboard to " "
        set line 8 of player's scoreboard to "&e&lEconomy"
        set line 7 of player's scoreboard to " &6• &f"
        set line 6 of player's scoreboard to " &6• &f"
        set line 5 of player's scoreboard to " &6• &f"
        set line 4 of player's scoreboard to " &6• &f"
        set line 3 of player's scoreboard to " &6• &f"
        set line 2 of player's scoreboard to ""
        set line 1 of player's scoreboard to "   {@serverip}   "
        wait 2 seconds
timber ore
#

Ok I will try

twin anchor
timber ore
#

how do I make it show player killz?

#

do I do the same thing?

twin anchor
#

“Kills: %{kills::%uuid of player%}%”

timber ore
#

Ok let me try it rq

twin anchor
timber ore
#

I got 15 errors it no no work 😦

#

I just think minehut hates me

twin anchor
#

Also do you have Squeery?

timber ore
#

options:
server: &7&lFluffy&f&LLight
serverip: &7FluffyLight.Minnehut.GG

on join:
while player is online:

    set title of player's scoreboard to "{&7&lFluffy&f&LLight}"
    set line 14 of player's scoreboard to “Kills: %{kills::%uuid of player%}%”
    set line 13 of player's scoreboard to "&e&lStatistics"
    set line 12 of player's scoreboard to " &6• &f"
    set line 11 of player's scoreboard to " &6• &f"
    set line 10 of player's scoreboard to " &6• &f"
    set line 9 of player's scoreboard to " "
    set line 8 of player's scoreboard to "&e&lEconomy"
    set line 7 of player's scoreboard to " &6• &f"
    set line 6 of player's scoreboard to " &6• &f"
    set line 5 of player's scoreboard to " &6• &f"
    set line 4 of player's scoreboard to " &6• &f"
    set line 3 of player's scoreboard to " &6• &f"
    set line 2 of player's scoreboard to ""
    set line 1 of player's scoreboard to "   {@serverip}   "
    wait 2 seconds
#

no I dont

twin anchor
timber ore
#

Ok

twin anchor
#

It doesn’t work because you don’t have the right Skript add ons

timber ore
#

I have SkBee and skrayfall ill try Squeery

#

rn

#

still not working

#

this game hates me BROOOO

#

IVE BEEN TRYING FOR SO LONG

twin anchor
#

Send the errors

timber ore
#

like a screenshot?

twin anchor
#

Yes

timber ore
#

Thats all of them 😦

azure heart
#

there is a simpler way

timber ore
#

thats what im using.

azure heart
#

THIS is the best way to do it since it only contains death count

timber ore
#

wdym?

azure heart
timber ore
#

Ok

azure heart
#
  1. remove skrayfall. you can use the syntax from skbee.
  2. instead of every 1 second, do on death:. This way, you won't be updating it constantly, and it will also get updated faster
timber ore
#

I dont want deaths tho I need kills

#

Im trying to make it like this

azure heart
twin anchor
#

Apologies, phone died.

timber ore
#

all good

azure heart
#

on death of player:
attacker is player
loop all players;
yeah

azure heart
#

do you need all the infos

timber ore
#

Yeah but Ik how to do that my only proplem is the Kills and deaths and lives

#

I can do everthing eles

azure heart
#

alr then

timber ore
#

Well instead of lives its gonna be hearts

#

cuz its a lifesteal server

azure heart
#

can I see ur current code?

twin anchor
azure heart
#

in code block

twin anchor
#

and then on a loop, set the player's max health to the variable.

azure heart
timber ore
#

options:
server: &7&lFluffy&f&LLight
serverip: &7FluffyLight.Minnehut.GG

on join:
while player is online:

    set title of player's scoreboard to "{&7&lFluffy&f&LLight}"
    set line 14 of player's scoreboard to “Kills: %{kills::%uuid of player%}%”
    set line 13 of player's scoreboard to "&e&lStatistics"
    set line 12 of player's scoreboard to " &6• &f"
    set line 11 of player's scoreboard to " &6• &f"
    set line 10 of player's scoreboard to " &6• &f"
    set line 9 of player's scoreboard to " "
    set line 8 of player's scoreboard to "&e&lEconomy"
    set line 7 of player's scoreboard to " &6• &f"
    set line 6 of player's scoreboard to " &6• &f"
    set line 5 of player's scoreboard to " &6• &f"
    set line 4 of player's scoreboard to " &6• &f"
    set line 3 of player's scoreboard to " &6• &f"
    set line 2 of player's scoreboard to ""
    set line 1 of player's scoreboard to "   {@serverip}   "
    wait 2 seconds
#

thats the code rn

azure heart
#

%player's health%, im not sure of the syntax

#

also that means it will lower if player takes damage

#

hmmmmm

#

%{kills::%uuid of player%}%
it should be loop-player

#

also, you didnt do the title right

timber ore
#

Bro why am I so bad at this

azure heart
#

wait

#

nvm

#

im dum

#

since ur not looping all players anymore

#

nvm that

timber ore
#

no u arent

#

ur trying so thanks

azure heart
#

why's there errors then ( ˘︹˘ )

#

hmm

#

set title of player's scoreboard to "{&7&lFluffy&f&LLight}"
try "%{@&7&lFluffy&f&LLight}%"

#

need the %% and the @ cus it's an option variable

#

make sure that skrayfall is gone, too

timber ore
#

my pc keeps crashing

#

ima work on this tmr bro I suck so bad

#

or ill pay someone if anyones down to make it for me

azure heart
#

I mean sure

#

but ur kinda there