{"id":42013596,"url":"https://github.com/runejs/refactored-client-435","last_synced_at":"2026-01-26T02:45:38.303Z","repository":{"id":36996141,"uuid":"242224592","full_name":"runejs/refactored-client-435","owner":"runejs","description":"The Java RS2 game client used to play on RuneJS game servers.","archived":false,"fork":false,"pushed_at":"2025-01-24T08:44:23.000Z","size":55633,"stargazers_count":48,"open_issues_count":6,"forks_count":36,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-13T09:15:50.626Z","etag":null,"topics":["game-client","gradle","java","runejs"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/runejs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-21T20:26:15.000Z","updated_at":"2025-09-25T18:22:57.000Z","dependencies_parsed_at":"2023-01-17T12:33:14.063Z","dependency_job_id":"6fa7b2f9-6128-42fe-938c-780c1e1a8c2e","html_url":"https://github.com/runejs/refactored-client-435","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/runejs/refactored-client-435","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runejs%2Frefactored-client-435","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runejs%2Frefactored-client-435/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runejs%2Frefactored-client-435/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runejs%2Frefactored-client-435/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runejs","download_url":"https://codeload.github.com/runejs/refactored-client-435/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runejs%2Frefactored-client-435/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28765351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T02:25:41.078Z","status":"ssl_error","status_checked_at":"2026-01-26T02:24:28.809Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game-client","gradle","java","runejs"],"created_at":"2026-01-26T02:45:36.805Z","updated_at":"2026-01-26T02:45:38.297Z","avatar_url":"https://github.com/runejs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RuneJS Java Client #435\n\nA RuneScape game client from October 2006 which has been modified to work with RuneJS, a RuneScape game server written in NodeJS and TypeScript. **This client is not for OldSchool RuneScape** - client #435 pre-dates the very first OSRS client by quite some time.\n\nWe've no interest in OSRS client hacking, this client exists as a means to develop on RuneJS game servers and will not work with other server emulators.\n\n## Usage\n\nRunning the client can be done either with the pre-built client `.jar` file from this repository's [releases](https://github.com/runejs/refactored-client-435/releases) page, or by building the Java code and running it manually in an IDE.\n\n### Pre-Built Client\n\nRunning the pre-built client requires having Java installed: \u003chttps://www.java.com/en/\u003e\n\nOnce installed, go to the [releases](https://github.com/runejs/refactored-client-435/releases) page, download the latest release, and simply double-click the `.jar` file  file to run it. Alternatively if executing the `.jar` file does not work, the command `java -jar client-435-0.3.jar` can be used.\n\nThe client will use a set of default configurations if no file is provided. The default client configuration matches up to the default RuneJS server configuration for quick and easy initial setup. It's highly advised that you generate your own RSA public and private keys for long term use.\n\nTo provide your own configurations, copy the file [`./config/client-435.conf.example.yml`](./config/client-435.conf.example.yaml) to `client-435.conf.yaml` in your user's home directory, and modify the given configuration for your specific needs.\n\n### Gradle\n\nGradle provides a wrapper script which downloads the build system to a local cache. This allows you to run the client\nwithout the help of an IDE such as IntelliJ. Gradle is also configured to automatically download dependencies.\n\nThe following examples use the unix executable `./gradlew`, however Windows can replace these with `./gradlew.bat`.\n\n#### Running via Gradle\n\nThe `application` gradle plugin provides the `run` task, which starts up the Main client class. With this option,\narguments can be provided via `--args`.\n\n```bash\n./gradlew run\n```\n\n#### Building a `.jar` file\n\nThe `jar` task can be used to build a jar, which is generated in the `build/libs` directory.\n\n```bash\n./gradlew jar\njava -jar ./build/libs/client-435-0.3.jar\n```\n\n#### Gradle and Java versions\n\nAs of 2024-09-04, our manual builds are done with the following Gradle and Java versions - both appear to produce a similar result:\n\n```bash\ngradle -v\n```\n\n```text\n------------------------------------------------------------\nGradle 8.10\n------------------------------------------------------------\n\nBuild time:    2024-08-14 12:23:39 UTC\nRevision:      \u003cunknown\u003e\n\nKotlin:        1.9.24\nGroovy:        3.0.22\nAnt:           Apache Ant(TM) version 1.10.14 compiled on August 16 2023\nLauncher JVM:  1.8.0_422 (Arch Linux 25.422-b05)\nDaemon JVM:    /usr/lib/jvm/java-8-openjdk (no JDK specified, using current Java home)\nOS:            Linux 6.10.6-arch1-1 amd64\n```\n\n```text\n------------------------------------------------------------\nGradle 7.2\n------------------------------------------------------------\n\nBuild time:   2021-08-17 09:59:03 UTC\nRevision:     a773786b58bb28710e3dc96c4d1a7063628952ad\n\nKotlin:       1.5.21\nGroovy:       3.0.8\nAnt:          Apache Ant(TM) version 1.10.9 compiled on September 27 2020\nJVM:          17.0.10 (Azul Systems, Inc. 17.0.10+7-LTS)\nOS:           Mac OS X 14.4.1 aarch64\n```\n\nYou can also view our [GitHub actions workflow](./.github/workflows/build-and-publish.yml) to see the automated build setup.\n\n## Creating tags and releases\n\nOur [GitHub actions workflow](./.github/workflows/build-and-publish.yml) is configured to build a new `.jar` file upon a `tag` push event. If you create a release in GitHub, the workflow will fail, because its purpose is to *create* the release.\n\nThe proper process for creating a new build is as follows:\n\n1. `git fetch --all` (ensures everything is up to date - helps prevent creating a tag that someone else already created)\n2. `git pull origin master` (sync your local repository with the latest changes)\n3. `git tag -a -s v0.0.X`\n4. `git push origin v0.0.X`\n\nSwap out `v0.0.X` for your actual version, and please try to use the `-s` flag if you can - using GPG keys to sign tags is preferred.\n\nIn a few minutes, a new `.jar` and release will be ready on the releases page!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunejs%2Frefactored-client-435","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunejs%2Frefactored-client-435","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunejs%2Frefactored-client-435/lists"}