If you plan to use the OSRS NXT Steam client for this private server, run the gradle task "patch nxt-client" You can now start the server with gradle task "run server" Run the following task to start the client: Java client: "run java-client" NXT Client: "run nxt-client"...
To add the client as a library, you'll first have to add our repository to your pom.xml: <repositories> <repository> <id>git-parabot</id> <name>Parabot's Git based repo</name> <url>https://maven.parabot.org/</url> </repository> </repositories> Then you'll need to add the ...