-
Notifications
You must be signed in to change notification settings - Fork 0
Running server
Doudou8 edited this page Jul 29, 2020
·
43 revisions
- There should be a
server.jar
file in the server's folder in theservers
folder - Run that file with this command (Note that you need to have java installed):
java -Xmx1024M -Xms1024M -jar server.jar nogui
- This should generate a few files and you will see something like this in the console:
...
[##:##:## INFO]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.
[##:##:## INFO]: Stopping server
...
- You need to go to the
eula.txt
file and accept it:
eula=false
# to
eula=true
- Go in the
servers
folder (the one at the same level as theconfig
folder) and look for the folder which name is the ID of your server - You will see the following files:
-
forge-installer.jar
: To install the Forge configuration files -
mods/sponge-#.##.#-####-#.#.#-######.jar
: To the Forge server with the server network
-
- Run the
forge-installer.jar
file with this command (Note that you need to have java installed):
java -Xmx1024M -Xms1024M -jar forge-installer.jar nogui
(Don't forget to tranfer the files generated by the .jar
file(s) into the server's config, see FAQ | Why is my configuration being deleted/overrided by the config controller?)
Confused? See Example Server or FAQ
Something is still not clear? Create an issue!
MIT © Samuel-Martineau & Doudou8
- Arguments & Flags
- Configure a Template
- Liquid templating engine in configuration
- Options (Not optional)
- Schemas