Join our discord
In partnership with NodeCraft Logo NodeCraft


You are not logged in! Create an account or login to contribute! Log in here!

Translations:Server installation/11/en

From Pixelmon Wiki
Revision as of 10:16, 29 August 2020 by Pixelbot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Starting on macOS/Linux

  1. Open the Terminal or its equivalent.
  2. Navigate to the home folder by using cd ~. Use ls to show the folders accessible from your current location.
  3. Find the folder you installed Forge to. Use cd FOLDERNAME to enter a folder, and cd .. to go back up one level.
  4. In the Terminal, enter (copy and paste) the following command, but do not run it yet:
    java -Xms3G -Xmx3G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AlwaysPreTouch -jar forge-[VERSION].jar nogui
  5. Replace [VERSION] with the version of Forge you installed. Make sure the file name is an exact match!
  6. Copy the command somewhere safe for later use.
  7. Run the command to start the server.

© 2012 - 2025 Pixelmon Mod