Hello. i have variables.csv and i have too many variables what i dont using and really too many i think 16K lines.
I want remove them all with one easy metode. i cant remove it manually because every sec can variables change.
´
but dont work.
I want remove them all with one easy metode. i cant remove it manually because every sec can variables change.
code_language.skript:
#I tried delete all variables by:
on command "blabla":
delete {antipenizecopy::*}
message "executed" to player
#My variables was set by:
on spawn:
if "%spawn reason%" is "SPAWNER":
set {AntiPenizeCopy.%entity%} to true
but dont work.