So I installed the Gameserver panel on my Debian 12 VPS (fresh install, I reinstalled the whole VPS) and despite my attempts to install Java 17 and even other versions (like 21), my Minecraft Paper server on version 1.21.10 keeps throwing:
"Docker detected!
We are in /home/server
Minecraft 1.19 requires running the server with Java 17 or above. Download Java 17 (or above) from https://adoptium.net/"
and I did just that:
"root@purple-frog-74291:~# update-alternatives --list java
/usr/lib/jvm/temurin-17-jdk-amd64/bin/java
/usr/lib/jvm/temurin-21-jdk-amd64/bin/java"
and I even selected the Java 17 as the default:
"root@purple-frog-74291:~# sudo update-alternatives --config java
There are 2 choices for the alternative java (providing /usr/bin/java).
Selection Path Priority Status
- 0 /usr/lib/jvm/temurin-21-jdk-amd64/bin/java 2111 auto mode
1 /usr/lib/jvm/temurin-17-jdk-amd64/bin/java 1711 manual mode
2 /usr/lib/jvm/temurin-21-jdk-amd64/bin/java 2111 manual mode
Press <enter> to keep the current choice[*], or type selection number: 1
update-alternatives: using /usr/lib/jvm/temurin-17-jdk-amd64/bin/java to provide /usr/bin/java (java) in manual mode"
and rebooted, but the problem is still present. Can someone please explain what's going on? Also why does it say "Docker detected!"? Does the panel containerize each server? I feel like it doesn't because if it did, Java versions wouldn't be an issue, right?
TIP:
