Skip to content

Minecraft Bedrock Edition server software written in Go

License

Notifications You must be signed in to change notification settings

HexColors60/dragonfly

This branch is 1608 commits behind df-mc/dragonfly:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 18, 2021
Jun 28, 2021
Jul 8, 2021
Aug 2, 2020
Jun 30, 2021
Sep 7, 2019
Jun 13, 2021
Jun 30, 2021
Jun 30, 2021
Jun 30, 2021
Jun 23, 2021
May 14, 2020

Repository files navigation

image

Dragonfly

Dragonfly is a server software for Minecraft Bedrock Edition written in Go. It was written with scalability and simplicity in mind and aims to make the process of setting up a server and modifying it easy. Unlike other Minecraft server software, Dragonfly is generally used as a library to extend.

Discord Banner 2

Getting started

Running Dragonfly requires at least Go 1.16. After starting the server through one of the methods below, ctrl+c may be used to shut down the server. Also check out the wiki for more detailed info.

Installation as library

go mod init github.com/<user>/<module name>
go get github.com/df-mc/dragonfly

SetupLibrary

Installation of the latest commit

git clone https://github.com/df-mc/dragonfly
cd dragonfly
go run main.go

SetupClone

Developer info

Go Reference

Dragonfly features a well-documented codebase with an easy-to-use API. Documentation may be found here and in the subpackages found by clicking Directories.

Publishing your project on GitHub? Consider adding the #df-mc topic to your repository to improve visibility of your project.

Contributing

Contributions are very welcome! Issues, pull requests and feature requests are highly appreciated. Opening a pull request? Consider joining our Discord server to discuss your changes! Also have a read through the CONTRIBUTING.md for more info.

About

Minecraft Bedrock Edition server software written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%