Whenever I try to launch Spigot 1.15.2 on my computer, it opens the default Minecraft server console, outside the batch file I use to launch my server: Code used to launch: Code (Text): @echo off color b :start java -Xms1G -Xmx1G -XX:+UseConcMarkSweepGC -jar spigot-1.15.2.jar pause cls goto start Is there a way to remove it?
From https://www.spigotmc.org/threads/spigot-bungeecord-1-15-2.414068/ "The Vanilla Server GUI has been re-added. If you do not wish to use it simply add the --nogui or nogui command line arguments."