So I'm trying to loop a folder in Skript with this code
It says it doesn't understand that loop. If it requires an addon, that would be ok with me. Please let me know, thanks!
code_language.skript:
command /scripts:
trigger:
clear {iBasics.scripts::*}
loop folder "Skript/scripts":
add loop-value to {iBasics.scripts::*}
message "&6Scripts:&c %{iBasics.scripts::*}%"