Jump to content

XZillA modpack server on Linux?


mosen2

Recommended Posts

Hi I made XZillA modpack (http://www.technicpack.net/modpack/details/xzilla.414119) and I dont know how to make a server for modpacks that can run on Linux Ubuntu Server(only command line, no gui) or have plugins. Can anyone write a tutorial or make a server and send it to me?

(sry for my bad english)

Edited by mosen2
Link to comment
Share on other sites

  • Discord Moderator

Client Setup:

  • You need to update your IndustrialCraft 2 mod in your client before proceeding. I recommend looking at this post:
  • You should remove worldofdinos-1.0 mod as it is only relevant when you also include Tropicraft mod which you do not have.
  • It looks like you have an item ID conflict between two CFM items. Might want to look into that.

Server Setup:

  • rei_minimap folder and contents
  • NEIAddons mod
  • NEIPlugins mod
  • NotEnoughKeys mod
  • ReiMinimap mod

At this point you are all done with the server build and just need to copy it to your Linux machine or ZIP up the server and copy that over and extract it. You'll need a launch script for the server. There are better resources than this for doing things in the most optimal way, but this will get you started:

 

launch.sh

#!/bin/bash

java -Xmx2048m -Xms2048m -XX:PermSize=256m -jar cauldron-1.6.4-1.965.21.89-server.jar nogui
Edited by plowmanplow
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...