#So i updated to the newest version of SKbee and all the sudden my scoreboard isnt working.
1 messages · Page 1 of 1 (latest)
send code
line 3 needs quotes
yea but then it sends me "this is not an item type"
like skript is so dumb
on load: set title of player's scoreboard to "Le Title" set line 1 of scoreboard of player to dirt set line 1 of scoreboard of player to "dirt"
this isnt the full skript becuase my other one has like 200 lines of code cuz its animated
there's no player in an on load: event
no, you can use on join:
im using every 61 ticks
cuz its the perfect timing for the animation
but i have to loop all players and i run into the same problem
so idk
how i would makw it
either every 61 ticks: loop all players: #update scoreboard or on join: #update scoreboard wait 61 ticks
this is what i do and it sends no loop called "loop-player's scoreboard"
why are lines 9 and 10 out of order
and if the title is not changing, you dont need to bother setting it in the loop
i added it after and i didnt wanna chnage like 10 other lines
it is
look at the hex
the timing is gonna be off because you have waits inside the loop
it would be easier to do this in a join imo
you mean i put the whole thing in a function and do a on join: function
how do i make it loop forever though?
@mint bane
with a while loop
while player is online:
#do stuff
wait 61 ticks```
since you have waits in the main code, you might not need the wait 61 ticks line unless you need to delay for timing
i would opt for while player is connected
in case they leave and rejoin within 61 ticks
Yeah but it doesn't loop continuously no?
?
it doesn’t check if the player is online while the wait is happening
so if they leave an come back within 61 ticks the loop still thinks you are online so it keeps going
but you joined again so you started a second loop
and then they fight
connected fixes that because it won’t be true when you rejoin
it’s special to that one time you joined
oh dang i didnt know it works like that
alr thanks
its still not working
it says that it isnt an item type
im so done with this
send code and error
can you send a pic of /sk info
well yeah
the newest version requires skript 2.10+
why are you on 2.8
you should at least be on 2.9
also do you really need skellet query and jade
i feel like they don’t add anything useful
idk my friend added it way back
well either downgrade skbee or upgrade everything else
and either way i would update skript to 2.9
when i upgrade skript do i have to save all skripts and add them back after? or is there an easier way
oh okay
Probably should remove^
i did
but it didnt fix the problem
its so weird
i updated the rest of the plugins and now they all load but none of them actually work
Do
again