@DennisWhere would I find the option to select the java version on the panel, as now we are using the default theme and I don't see an option anywhere for that.
Hey @Dennis ,
With the latest version of modded minecraft I'm noticing this error;
C:\TCAFiles\Users\frankj\5585>java\jre8\bin\java.exe -Xmx5120M -Xms128M -jar paper-1.17.1-112.jar nogui
Minecraft 1.17 requires running the server with Java 16 or above. Download Java 16 (or above) from https://adoptopenjdk.net/
The game config that you made is pointing to jre8 instead of jre16 and doesn't want to load the service, I've also tried installing jre16 locally on that machine without any luck. If you could please assist with this issue I'd greatly appreciate it.
@DennisWould this by chance be the cause of it?
<div class="col mr-2">
<div class="text-xs font-weight-bold text-primary text-uppercase mb-1">Server Name</div>
<div class="h5 mb-0 font-weight-bold text-gray-800">@(string.IsNullOrWhiteSpace(Model.SelectedServer.Name) ? "Invalid" : Model.SelectedServer.Name)</div>
</div>
Hey there @Dennis,
I'm having an issue with your minecraft config, as it shows the server name as Invalid, I've attached a few snapshots of what I'm talking about and everything I do doesn't seem to help with the situation. I've also disabled the hostname option to see if it would work, and it didn't help the issue at all. If you could please assist I'd greatly appreciate it.