I'm trying to define a long list, but there is an error message that says it is too long, and then the server crashes.
[10:48:24 INFO]: There was a StackOverFlowError occurred when loading a node. This maybe from your scripts, aliases or Skript configuration.
[10:48:24 INFO]: Please make your script lines shorter! Do NOT report this to SkriptLang unless it occurs with a short script line or built-in aliases!
[10:48:24 INFO]:
[10:48:24 INFO]: Updating your Java and/or using respective 64-bit versions for your operating system may also help and is always a good practice.
[10:48:24 INFO]: If it is still not fixed, try moderately increasing the thread stack size (-Xss flag) in your startup script.
[10:48:24 INFO]:
[10:48:24 INFO]: Using a different Java Virtual Machine (JVM) like OpenJ9 or GraalVM may also help; though be aware that not all plugins may support them.
[10:48:24 INFO]:
[10:48:24 INFO]: Line that caused the issue:
# super long list here
List is defined like this:
set {_mylist::*} to "a", "b", "c", ...
I couldn't figure out how to define the list using multiple lines like this
set {_mylist::*} to "a",
"b",
"c",
...
Addons: skript, skbee, skript gui, lusk, skquery