Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 723 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 723 Bytes

Introduction

This sets up and runs a docker instance of Direwolf20's 1.16 modpack minecraft server using itzg/minecraft-server image.

Pull Requests and suggestions for improvements are welcome.

Client Setup

Download the FTB client install it and select the Direwolf20 1.16 mod pack

Server Setup

Create an .env file with the following settings

CONTAINER_NAME=<docker_container_name>
WHITELIST=<comma separated  list of allowed users>
OPS=<comma separated  list of ops users>
MOTD=<Message of the Day>

To Run:

$ make start

To container logs

$ make logs