Skip to content
simibubi edited this page Nov 4, 2021 · 6 revisions

Useful information for players and admins:



Client Installation:

Use your favourite Modpack launcher to install Above and Beyond:

  • Some available launchers are: Curse/Overwolf, GDLauncher, MultiMC and ATLauncher
  • Make sure to use Java version 8 (1.8.x) for this Modpack

Server Installation:

Grab the respective Server Pack from the files section of the curseforge page and extract the files.

  • Run the installer jar and target the folder it is in.
  • To start the server, run the forge-1.16.5-36.2.8.jar with Java 8
    The recommended launch command is as follows: (terminal/bash/cmd)
java -jar forge-1.16.5-36.2.8.jar -XX:+UseG1GC -Xmx8G -Xms8G -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M



Client Pack Updates:

Use your launcher to install the new pack version as a new separate instance.

  • Transfer the saves folder, options.txt and servers.dat from your old pack folder to the new one.

Server Pack Updates:

Grab the new Server Pack from the files section.

  • Stop the server and create a backup of the world.
  • Delete only the folders from the server which are included in the new serverpack. (such as kubejs, config, mods, etc.)
  • Add the folders from the serverpack.
  • Start the server back up.
Clone this wiki locally