Go to file
2021-12-10 14:04:24 +01:00
config Add server configuration files 2021-04-30 14:42:15 +02:00
libraries Add fabric libraries 2021-12-04 21:30:35 +01:00
mods Remove WorldBorder and add Nether datapack 2021-12-09 21:21:36 +01:00
scripts Add vulnerability fix to starter script 2021-12-10 14:04:15 +01:00
cron-backup Add backup features 2021-07-18 20:04:14 +02:00
docker-compose.yml Add backup features 2021-07-18 20:04:14 +02:00
Dockerfile Update JDK version 2021-12-04 21:29:42 +01:00
eula.txt Add server configuration files 2021-04-30 14:42:15 +02:00
fabric-server-launch.jar Add 1.18 fabric and server files 2021-12-04 21:30:18 +01:00
ops.json Add server configuration files 2021-04-30 14:42:15 +02:00
README.md Update README for template deployment 2021-07-08 15:09:23 +02:00
server.jar Add 1.18 fabric and server files 2021-12-04 21:30:18 +01:00
server.properties Update render distance to 16 2021-12-10 14:04:24 +01:00
whitelist.json Add server configuration files 2021-04-30 14:42:15 +02:00

SNIR's minecraft server

Usage

Game server for the Minecraft game. It includes configurations for server optimization and quality of life. The repository also contains the map, which can be downloaded separately and used independently.

Requirements

To deploy this instance, you only need to install docker-compose and docker.

Installation

To deploy a copy of this instance, you might want to modify where the volumes are pointing to. Then run

docker-compose up -d

All necessary images should be downloaded automatically and the service should be started in the background.

Template deployment

When starting a new instance from the template branch, you need to add your own server.jar file to the root of the folder for docker to start the server.

Minecraft update

When an update is release by Mojang, the jar file must be updated and further configuration might be necessary to keep server optimization and quality of life improvements.