This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
GalacticFactory-Legacy/docs/installing-the-modpack/unsup/servers/servers.md
SeaswimmerTheFsh a5f5bef5cd
Some checks failed
Build Documentation / Build Documentation (push) Failing after 6s
Build Exported Instance Files / Build Prism Launcher Export (push) Successful in 3s
Build Exported Instance Files / Build ATLauncher Export (push) Successful in 3s
reorganized the installation guides
2024-02-05 19:15:05 -05:00

15 lines
460 B
Markdown

# Installing the Modpack on Servers
First, move the `unsup_setup` script to your server's root folder (the folder that has your server .jar) and run it, then add the following to your `unix_args.txt` file.
```bash
-javaagent:unsup.jar
```
You'll also want to add the following line to your `unsup.ini` file, under `preset=minecraft`.
```bash
no_gui=true
```
After this, I recommend following the [post-install guide](./post-install-tips-and-tricks.md).