Scripting engine should ignore lines that are empty.
AnrDaemon opened this issue · 3 comments
To reproduce, make a "$SERVER/ForgeEssentials/Scripting/login/join.txt" with a text similar to
echo Welcome on our server @player!
(Note empty first line.)
When a player joins the server, it will error out with:
[01:32:52] [Server thread/ERROR] [ForgeEssentials]: Error in script "join.txt": Could not handle script action ""
I… Think it shouldn't do that?
@spacebuilder2020 do you want this?