User Tools

Site Tools


morelore:server-pack

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
morelore:server-pack [2023/03/28 06:14] AnarchyOf5morelore:server-pack [2023/09/30 15:46] (current) – Updated header notice AnarchyOf5
Line 1: Line 1:
 ====== How to install MoreLore on your own Server ====== ====== How to install MoreLore on your own Server ======
 +
 +**Update: 30 Sep 2023 - THIS PAGE IS OUTDATED (But still works). A proper server pack is available now on Curseforge. Due to some mod resolution issues, and having to open a new support ticket every time, I do not update the server pack for every release.**
  
 Eventually I plan to release a proper server pack, but until then use these steps to get up and running. Eventually I plan to release a proper server pack, but until then use these steps to get up and running.
Line 8: Line 10:
   - Download the latest Fabric server installer following the instructions [[https://fabricmc.net/use/server/|here]]. You will receive a .jar file after you are finished. This file is the one you need to start your modded MoreLore server instance. Place this file in your newly created folder.   - Download the latest Fabric server installer following the instructions [[https://fabricmc.net/use/server/|here]]. You will receive a .jar file after you are finished. This file is the one you need to start your modded MoreLore server instance. Place this file in your newly created folder.
   - Fortunately, MoreLore mods all work (or disable themselves as they should) in a server pack. So all you need to do is create a local client instance using your favorite launcher i.e. Curseforge, ATLauncher etc.   - Fortunately, MoreLore mods all work (or disable themselves as they should) in a server pack. So all you need to do is create a local client instance using your favorite launcher i.e. Curseforge, ATLauncher etc.
-  - Copy over the following folders from the client instance, into your newly created server+  - Copy over the following folders from the client instance, into your newly created server folder:
     * mods     * mods
     * config     * config
Line 23: Line 25:
   ALLOCATED_RAM="8G"   ALLOCATED_RAM="8G"
   JVM_ARGUMENTS="-XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AlwaysPreTouch"   JVM_ARGUMENTS="-XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AlwaysPreTouch"
-  FABRIC_VERSION="fabric-0.11.1" 
-  FABRIC_LOADER_VERSION="0.14.11" 
-  MC_VERSION="1.19.2" 
   FILE="./fabric-server-mc.1.19.2-loader.0.14.17-launcher.0.11.2.jar"   FILE="./fabric-server-mc.1.19.2-loader.0.14.17-launcher.0.11.2.jar"
      
Line 46: Line 45:
  
 As it boots up, you can "detach" from the running session using ''Control + A + D'' As it boots up, you can "detach" from the running session using ''Control + A + D''
 +
 +To return to you session in the future you can use:
 +
 +  screen -R Minecraft
  
 If everything goes smooth, you should now have a working MoreLore server to play on with your friends! Congratulations. If everything goes smooth, you should now have a working MoreLore server to play on with your friends! Congratulations.
morelore/server-pack.1679984043.txt.gz · Last modified: 2023/03/28 06:14 by AnarchyOf5