Running minecraft with your own mods on a headless server can be super nice.
This allows you to add some quality-of-life mods, such as Morpheus.
Installation
First of all, make sure to complete the setup of the vanilla Minecraft server and start the server once.
You can also do this installation on any existing minecraft server of your own without problems.
However, make a backup first, just to be sure!
- Download the Forge Installer to your `$GAME_DIR. Make sure to pick the Minecraft right version.
- Run the installer with
java -jar forge-*-installer.jar --installServer
. This will install everything.
Get Mods
Forge is now installed and you can add your mods.
- Create the
$GAME_DIR/mods
folder. - Download all of your mods. Be careful that the mod is for the correct minecraft version. Some mods also come with support for another mod loader. Be sure to pick the Forge version.
- Copy those mod files into the
$GAME_DIR/mods
folder.
Start the Server
Starting the server is now only a simple task of calling