-
Notifications
You must be signed in to change notification settings - Fork 4
Setup
To get the jar you must build the project from source, or download it from CodeMC CI
If you are going to download prebuilt jar, feel free to skip to chapter 2
You need to clone the repository, using git
(See Git for Windows, Linux and Mac users know what they have to do).
In Windows, open PowerShell or the command prompt in the Orion root folder you cloned to. On Linux/Mac use the terminal. Run ./gradlew.bat build
if you're on Windows, or ./gradlew build
if you're on Linux/Mac.
After it is done building, the jar should be in <clone directory>/OrionLauncher/build/libs/OrionLauncher-x.x.x-all.jar
(where x.x.x stands is the current project version).
Place the paperclip.jar
file (download it here) and place it in the server folder. Run the OrionLauncher jar as you would run any other server jar file (`java -jar OrionLauncher.jar).
There will be a new directories named mods
and modconfigs
in your server directory.
You can only use mods meant for Orion there.
Put Orion mixin mods there like you would put plugins in the plugins
folder.
Now you have installed Orion. As a server administrator you can use mods which others have written. Or, as a developer, you can create Mixin mods.
Automatic Paper server downloading: If you delete paperclip.jar
from the server directory, then OrionLauncher will download a new latest successful build from https://papermc.io/ci/job/Paper-1.13/