[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ MinecraftServer Public template

Minecraft server that has all the files hosted on github.

Notifications You must be signed in to change notification settings

Advik-B/MinecraftServer

Repository files navigation

Starter minecraft server

This is a starter minecraft server.

This can be used to start a minecraft server. With basic config and a few plugins. All the nessessary files are included.

Setting up.

Click on <> code And click on download zip

The unzip it.

Make sure that java 19 is installed

run server.jar with the following command

java -Xms1G -Xmx2G -jar server.jar nogui

If you want to allocate more ram to it. Then replace the -Xmx2G with the amount of ram you want to allocate to the server example:

start with 1GB ram and take until 8GB

java -Xms1G -Xmx8G -jar server.jar nogui

About

Minecraft server that has all the files hosted on github.

Resources

Stars

Watchers

Forks

Packages

No packages published