I am trying to make a skript thingy that stores a variable (in my case, a list) but when I restart the server, it resets the variable. How would I avoid that?
Here is an example (not my case but just a general idea):
Here is an example (not my case but just a general idea):
Code:
command /sethome:
trigger:
set {home} to location of player
command /home:
trigger:
teleport player to {home}