fast simple JS5 server
Use Java 17 (or change toolchain in build.gradle.kts) and start via run Gradle task.
Configure with js5server.properties file.
In build.gradle.kts (Kotlin)
implementation("dev.openrune:js5server:1.0.4")Or in build.gradle (Groovy)
implementation 'dev.openrune:js5server:1.0.4'You will also need to declare the following under your repositories to add the maven remote
maven("https://raw.githubusercontent.com/OpenRune/hosting/master")