I think itd be good if you aet your font size higher so we could read whats on your screen
@srsstreamingАй бұрын
When I try starting velocity.bat it closes with no error or anything, is there a specific version of Java i have to use???
@Bedrock3358Ай бұрын
Java 21 should work and is needed for newer versions of Minecraft. Go into the logs folder and see why it won't start
@Bedrock3358Ай бұрын
Also, if there are no logs, add PAUSE on a new line at the end of your script and you will be able to see the error
@UndercoverReleasesАй бұрын
hello good sir! im familiar with everything, although i get a weird error whenever i try starting the velocity server: C:\Users\samse\Desktop\eaglercraft server\velocity proxy>java -Xms4096M -Xmx4096M -XX:+UseG1GC -XX:G1HeapRegionSize=4M XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel-15 -jar velocity-3.4. -SNAPSHOT-439.jar --nogui Exception in thread "main" joptsimple. UnrecognizedOptionException: nogui is not a recognized option at joptsimple.OptionException.unrecognizedOption (OptionException.java:108) at joptsimple.OptionParser.handleLongOptionToken (OptionParser.java:510) at joptsimple.OptionParserState$2.handleArgument (OptionParserState.java:56) at joptsimple.OptionParser.parse(OptionParser.java:396) at com.velocitypowered.proxy.ProxyOptions.(ProxyOptions.java:52) at com.velocitypowered.proxy.Velocity.main(Velocity.java:63)