Skip to content

Running

Alex Amati edited this page Jul 2, 2021 · 9 revisions

Running

Unexperienced users

For the unexperienced user it is possible to simply double click the jar file to run the game in GUI client mode.

Experienced users

To run the jar via Terminal you need to go to the project Shade directory where the jar is located.
You can use the command: java -jar <jarname>.jar --help for more informations
NOTE: by default the program will start in GUI client mode.

Server mode

To run the jar in server mode you can use the following commands:
java -jar <jarname>.jar -s or java -jar <jarname>.jar --server

Client mode

To run the jar in client mode you can use the following commands:

  • for GUI -> java -jar <jarname>.jar -g or java -jar <jarname>.jar --gui
  • for CLI -> java -jar <jarname>.jar -c or java -jar <jarname>.jar --cli
    For the best experience in CLI mode you should use the Linux/Unix bash shell (you can also play in Windows using wsl).
Clone this wiki locally