[Singleplayer] How to update your server to the live version

Write and post guides here (skill guides, etc)
Post Reply
User avatar
Devil
Noob
Posts: 3
Joined: Sun Nov 06, 2022 8:27 pm
Has thanked: 1 time
Been thanked: 2 times

[Singleplayer] How to update your server to the live version

Post by Devil »

This guide is written using a windows machine.

1. Download Intellij and the live server source then follow the instructions from the provided links
Live server source
Gitlab Setup
Prerequisites
Project Setup

2. Now that you have the source and your IDE set-up open up your project structure by using the hotkey ctrl + shift + alt + s.
Image

3. Navigate to the Artifacts section
Image

4. Click the "+" button on the top left -> Jar -> From module with dependencies...
Image

5. Select Main Class
Image

Server (rs09)
Image

Ok
Image

Ok
Image

Apply
Image

Ok
Image

6. Select from the top Build -> Build Artifacts
Image

Build
Image

7. Navigate to your output folder and rename the file to "Server.jar" if it isn't already and place "Server.jar" inside your "Server" folder of the source we downloaded in step 1.
Image

8. Double click "run-server.bat" from the source folder
Image

If you followed all the steps correctly you should now have an updated version of the singleplayer server!
User avatar
Red Bracket
Retired Staff
Posts: 318
Joined: Thu Aug 11, 2022 7:18 am
Location: Varrock West Bank
Has thanked: 282 times
Been thanked: 74 times
Contact:

Re: [Singleplayer] How to update your server to the live version

Post by Red Bracket »

Great post :D
Post Reply