#Skript eating to much Ram of my Server

1 messages · Page 1 of 1 (latest)

main crescent
#

{_var} doesn't get saved at all, it's a local variable

#

Ram variables are those that get deleted on server restart

#

{_var}: local variable, doesn't save anywhere and is only used for a single event.
{-var}: RAM variable, gets saved to RAM and is cleared on server shutdown. Must be enabled in config.
{var}: global variable, saves to variables.csv.

#

How big is your variables.csv file