Page 4 of 4

Re: flatpak laggy single player

Posted: Mon Jan 15, 2024 7:55 pm
by 216598762
Well, either I'm incredibly dumb, or executing the jar file with java is not doing anything.

Re: flatpak laggy single player

Posted: Mon Jan 15, 2024 7:56 pm
by Ceikry
216598762 wrote: Mon Jan 15, 2024 7:55 pm Well, either I'm incredibly dumb, or executing the jar file with java is not doing anything.
The server is not a GUI program. If you want to see visual feedback, it needs to be ran from a terminal.

Re: flatpak laggy single player

Posted: Mon Jan 15, 2024 7:57 pm
by 216598762
and I've come to the realization there are two plugin folders, one within the main folder, and another bundled in the singleplayer folder.

ran 'java -server.jar' from that folder and only got a classnotfoundexception

Re: flatpak laggy single player

Posted: Mon Jan 15, 2024 8:01 pm
by Droll
java -jar -Xmx2G -Xms2G -jar server.jar This is the command I used I pulled it directly from the shell script

Re: flatpak laggy single player

Posted: Mon Jan 15, 2024 8:02 pm
by 216598762
It's running, now I need to run the client jar? or?

Re: flatpak laggy single player

Posted: Mon Jan 15, 2024 8:05 pm
by Droll
If you're using the launcher you should just be able to select local server and then click play you don't even have to mess with the client

Re: flatpak laggy single player

Posted: Mon Jan 15, 2024 8:06 pm
by 216598762
Yep. Runs perfect now.

Re: flatpak laggy single player

Posted: Mon Jan 15, 2024 8:33 pm
by Ceikry
That confirms it then. @Red Bracket, you need to ignore the client included with singleplayer, and just use whatever the launcher is bundled with. You could trivially make the launcher launch the client with the local server profile.