Table of Contents
Paradigm is an Open-Source Old School RuneScape private server designed to be both modular and easy to update to previous and future versions of the game. It's also designed to be easy to use and setup for novice users.
The project was started mostly for fun and learning aspects but also to provide a reasonable base framework for other projects in the RSPS scene which want to use a modern framework.
-
First, clone the project to your system from this GitHub page.
$ git clone https://github.com/paradigm-rsps/paradigm-
Open the project directory inside of IntelliJ IDEA Community IDE. You can download this IDE for free from: JetBrains IntelliJ IDEA Download
-
Once the project is done initially building, Open the Gradle menu on the Right-Hand side.
-
Open up the Gradle sub folder: paradigm by expanding the following: paradigm > Tasks > paradigm
-
Run the gradle task "setup server"
-
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"