57 Replies
Hey, seems like you cut off just the important line 😉
could you send the screenshot starting just one line above?
sure
sorry i only see the mensage now
That's not an error message of my plugin
It's thrown by the plugin ValhallaMMO.
Did you try if this error also shows if Networks isn't installed
oh
i printed the wrong one
it is instaled but its off
because of a error
Could you send that error
strange now it just dont show anything but dont work too
do you know what could it be?
Not any message like "Disabling server plugin Networks"
btw, if you don't want to do all the "removing private stuff" job, the website https://mclo.gs fully automatically obfuscates any sensitive data in the logs
Are there no other error messages in the log?
nop
thank you
Can you search for all outputs that include "Networks" in them?
To see if the plugin was correctly loaded
normally it shows smth like this
it litarelly just dont show naything
would it be possible, that you upload the server start log
(everything until "Timings reset") to mclogs?
Maybe the dependency loader caused an issue
the network have a dependece?
yes, but they install automatically
gson, cloudcommandframework and configurate
it dindt instaled anything
can i instal manually?
they are managed by the SpigotLibraryLoader
These aren't plugins only libraries, so they're not in your plugins folder
It should show something like this
oh ok
i think it shows
Does it really never show
[Networks] Loading server plugin Networks v2.1.7
nop
did you search for it in the search field or did you look for it
it's easy to oversee that line in a giant log
i looked
the problem i just can look when the server is starting up after thhat it clears do you know somewhere that its saved?
logs/latest.log
in your server files
oh i was look backwords now it makes sense
found it
And the part after Enabling Networks
that's where it attempts to start the plugin and where 99% of startup errors occur
here?
yep thanks
Can you show me the text on the very right, that is cut off
Where it says
"this version of the java runtime only recognizes..."
I'm pretty sure i know the issue, but I just need to confirm
yep that's it
my plugin was built with Java 21
the newest LTS release of Java
Your hoster uses Java 17
option 1 would be, that you update the java version on your server to 21. This works on most hosters, but some few sadly don't support doing that.
If that isn't possible on your hoster, I can rebuild the file for java 17
The reason I built the file for Java 21 is, that Minecraft 1.20.5 and above requires Java 21 while any version between 1.18 and 1.20.4 support both Java 17 and Java 21
i am using the 1.20.1 version if i update it gonna work?
It may actually
it's very possible some hosters set the java version automatically depending on the minecraft version in use
i need to update the java via command
i dont have visual interface
Are you using a hoster or a self host
second is prob easier
like
i host exactly the same as self hosted the config everthing but it host
that is my interface
sudo apt install openjdk-21-jre
that installs java 21/usr/lib/jvm/java-8-openjdk-arm64/jre/bin/java" -Xmx10G -Xms10G -jar forge-1.12.2-14.23.5.2860.jar nogui that command execute a specif java version
Yep, you ofc also need to change the command you're using to start the server
ig you have some bash script to launch it
that one may need to be modified to java 21 too
i kinda but it is broken
I can build you a java 17 version <t:1719462000:R>
but I gotta go now
i already installed
but i can start now
does it work
maybe do
ls /usr/lib/jvm
and take whatever contains 21
nop dont work
hmm, I need to go now, but i might be able to find a solution tomorrow
ok
thank you
That one's compiled with java 17
not a permanent solution but should work for now
oh thanks
Remove the /jre Part
Version 2.1.8 and 2.1.9 were also compiled to be compatible with Java 17
But yes, at some point you need to upgrade to Java 21