Having web-gui on makes console annoying to type in [Windows]
Turning on web-gui by setting webPort such as 80 makes typing in the console difficult once the server has started. You must hold another key then press the key you want to press, only once, then let go and repeat...
Hi, Yes I know it's a limitation when you're running the server on Windows.
I'm sorry, what do you mean with "difficult"? what happens?
Having web-gui on and starting a Paper server (or its forks) on this program causes the issue. It doesn't happen on fabric or vanilla servers. Presumably this is because Paper has highlighting when typing commands into the console while vanilla doesn't.
I've stumbled upon a workaround that makes the console usable. Adding -Dterminal.jline=false flag to the run command fixes it for Paper servers at the expense of tab completion, basically stripping it to a vanilla server console. Additionally you can add -Dterminal.ansi=true to retain colors in the console, as the other flag disables it by default.
Hi ! I tried like this : minecraftCommand: "java -jar -Dterminal.jline=false -Dterminal.ansi=true paper.jar nogui"
But it doesn't take all my commands into accounts. How do you start the server ?
Yeah I've noticed the server only receives every other command, while server starter receives the other half of commands.