df-mc / template

Template for creating Dragonfly servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template

This repository is a GitHub Template which may be used to create Dragonfly servers.

Usage

See this GitHub page on how to set up a new GitHub repository using this template.

This template also contains a Dockerfile, that can be run with this:

docker run -p 19132:19132/udp \
  -v "$PWD/world:/opt/app/world" \
  -v "$PWD/resources:/opt/app/resources" \
  dragonfly-image

Contact

Chat on Discord

About

Template for creating Dragonfly servers


Languages

Language:Go 81.5%Language:Dockerfile 18.5%