Hi i had a question regarding the startup command for a paper mc server (possibly any mc server). Whenever you alter the startup command to have additional commands before you run java, it causes the mc console to never execute any prints as if the buffer is not flushed.
and example of this would be
echo "random echo" && java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true -jar {{SERVER_JARFILE}}
This causes the console to never actually appear, the only thing it prints to is the error buffer. Is there any particular reason for this? or any fix for this? Since i would like to run additional commands for my server before starting the minecraft instance.