It is the latest versions and there are no warnings coming up, it runs fine but gamename is basejka or OpenJK sometimes, fs_game is japlus though and loads the server.cfg from japlus folder but none of the ja++ commands are working. I'm running openjkded and my friend is running the openjk client but it don't work for me so i just use regular jamp and I'm using an auto restart script: #!/bin/bash cd /root/jka1.01/gamedata while true; do ./openjkded.i386 +set net_port 14701 +set fs_game "japlus" +exec server.cfg echo "JKA server crashed with exit code $?. Respawning.." >&2 sleep 10done