Go to file
2021-07-15 18:00:58 +02:00
config Add server configuration files 2021-04-30 14:42:15 +02:00
dynmap Add dynmap and appropriate configurations 2021-07-15 18:00:58 +02:00
mods Add dynmap and appropriate configurations 2021-07-15 18:00:58 +02:00
scripts Fix start script 2021-07-08 16:31:14 +02:00
docker-compose.yml Add dynmap and appropriate configurations 2021-07-15 18:00:58 +02:00
Dockerfile Update openjdk version 2021-07-08 16:30:58 +02:00
eula.txt Add server configuration files 2021-04-30 14:42:15 +02:00
fabric-server-launch.jar Update fabric launcher and API 2021-07-15 18:00:05 +02: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.17 fabric and server-side mods 2021-07-08 16:31:50 +02:00
server.properties Change server render distance from 10 to 16 2021-07-15 17:07:33 +02: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.