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/10/en

From Pixelmon Wiki
Revision as of 03:32, 9 May 2018 by PixelBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Starting on Windows

  1. If you haven't yet, enable the showing of file extensions by following these steps.
  2. Within the server's base ("root") folder, create a new file named start.bat or something similar.
    • Note: You can give the file another name, but make sure it ends in .bat.
  3. Right click this file, and click Edit.
  4. Copy the following contents into the file:
    java -Xmx3G -Xms3G -jar forge-[VERSION]-universal.jar nogui
    PAUSE
  5. Replace [VERSION] with the version of Forge you installed. Example:
    java -Xmx3G -Xms3G -jar forge-1.12.2-14.23.3.2655-universal.jar nogui
    PAUSE
  6. If necessary, change the amount of allocated memory (-Xmx3G) and the minimum (-Xms3G) to your desired amount.
  7. Save the file and double-click it to start the server.

© 2012 - 2025 Pixelmon Mod