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.
There are currently no prebuilt executables available. These may be provided later once Dragonfly moves to a more stable stage.
Installing/compiling Dragonfly requires at least Go 1.13.
go install github.com/df-mc/dragonfly
Running:
dragonfly
git clone https://github.com/df-mc/dragonfly
cd dragonfly
Running:
go run main.go
After starting the Dragonfly server, messages will be logged to the console. Console commands are currently
not implemented in Dragonfly, so writing commands will not do anything. The server may be stopped by running
ctrl+c
at any time.
Dragonfly features a well-documented codebase with an easy to use API. Automatically generated documentation may be found here and in the subpackages found by clicking 'Subdirectories'. The GitHub wiki will hold examples of frequently used functionality.
We use JetBrains Space to manage our issues, pull requests and code reviews, but we welcome contributions through GitHub issues and pull requests.