Translations:Server installation/10/en
From Pixelmon Wiki
Starting on Windows
- If you haven't yet, enable the showing of file extensions by following these steps.
- 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
.
- Note: You can give the file another name, but make sure it ends in
- Right click this file, and click
Edit
. - Copy the following contents into the file:
java -Xmx3G -Xms3G -jar forge-[VERSION]-universal.jar nogui PAUSE
- 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
- If necessary, change the amount of allocated memory (
-Xmx3G
) and the minimum (-Xms3G
) to your desired amount. - Save the file and double-click it to start the server.