#Server Setup
1 messages · Page 1 of 1 (latest)
You have to start a normal forge server (same version as the pack I think) and then just drag over the files
Got it thanks
Did you have success with launching your server?
I set up a forge server and then downloaded the Perfect world server pack. When I launch the server it doesn't launch the forge server
I tested just the server itself and that works
Self Hosting Guide
Pre Requirements
Java 17 is required. For the sake of this instructions, Adoptium 17 was used. Java 17 LTS can be found at https://adoptium.net/en-GB/temurin/archive/?version=17
Install Steps
- Pick your local folder location, e.g
c:\MCServer - Download the server pack from https://www.curseforge.com/minecraft/modpacks/create-perfect-world/files/
- Extract the server pack into your
c:\MCServerfolder - Download
forge-1.20.1-47.2.0-installerfrom https://files.minecraftforge.net/net/minecraftforge/forge/index_1.20.1.html - Run the installer, select Install Server, and point it to
c:\MCServer - Edit
run.bat - Replace
Java @user_jvm_args.txtwith your java binary path for Java 17. e.g"C:\Program Files\Eclipse Adoptium\jdk-17.0.9.9-hotspot\bin\java.exe" @user_jvm_args.txt
For example:
"C:\Program Files\Eclipse Adoptium\jdk-17.0.9.9-hotspot\bin\java.exe" @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.2.0/win_args.txt %*
- Save the file
- Open
user_jvm_args.txtand update the java args you want to use. e.g -Xms4G -Xmx4G - Save the file
- Run the
Run.Batfile - Wait for about 30s for it to run the cmd and it will tell you to exit.
- Open
eula.txtand changeeula=falsetoeula=true - Edit your server.properties file and set
- Run the
Run.Batfile again - Wait for server to start up fully.
- In your server console, type
/whitelist add usernamewhere username is your MC username. - Try connect to it on
Localhost:25565
I have a server working thanks
Yeah