#Whats The Diffrence Between The Variables And What They Do?

1 messages · Page 1 of 1 (latest)

vivid pendant
#

version with :: makes it a list

#

making it easier to clear

#

ex. if you have everyone's kills stored in {kills::%uuid%}, you can clear {kills::*} and clear everyone's kills at once

#

instead of having to go through the CSV or clear every player's variable individually

tranquil glacier
#

ah

#

is that literally all

#

or is it just easier for skript to search for it

vivid pendant
#

easier to clear, allows you to actually sort variables for stuff like leaderboards

#

far more organized

#

no reason not to use em

tranquil glacier
#

ah ok

#

small issue... i didnt know this for a long time

#

soooo i have 5k lines of code andddddd people use it on my server 😅

vivid pendant
#

sounds like you might wanna use loop all offline players and convert everything

tranquil glacier
#

to make matters worse im lazy and put %player% instead of %uuid of player%