All Projects → df-mc → Dragonfly

df-mc / Dragonfly

Licence: mit
Minecraft (Bedrock Edition) server software written in Go

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Dragonfly

Turanic
A Fast and clean server software for Minecraft: Bedrock Engine/Edition and W10 Edition - v1.2.x
Stars: ✭ 79 (-46.62%)
Mutual labels:  software, minecraft, server
Flying Squid
Create Minecraft servers with a powerful, stable, and high level JavaScript API.
Stars: ✭ 311 (+110.14%)
Mutual labels:  minecraft, server
Spark
spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.
Stars: ✭ 287 (+93.92%)
Mutual labels:  minecraft, server
Mscs
Powerful command-line control for UNIX and Linux powered Minecraft servers
Stars: ✭ 347 (+134.46%)
Mutual labels:  minecraft, server
Quarry
Python library that implements the Minecraft network protocol and data types
Stars: ✭ 182 (+22.97%)
Mutual labels:  minecraft, server
Gomint
GoMint is a modern Minecraft Bedrock Edition server enabling you to make your visions come true
Stars: ✭ 208 (+40.54%)
Mutual labels:  minecraft, server
Akarin
Akarin is a powerful (not yet) server software from the 'new dimension'
Stars: ✭ 332 (+124.32%)
Mutual labels:  minecraft, server
Gameservers Docker
A bunch of game servers I use, dockerised
Stars: ✭ 322 (+117.57%)
Mutual labels:  minecraft, server
Yatopia
The Most Powerful and Feature Rich Minecraft Server Software!
Stars: ✭ 408 (+175.68%)
Mutual labels:  minecraft, server
Chinachu
Most Lovely DVR Software in Japan.
Stars: ✭ 542 (+266.22%)
Mutual labels:  software, server
Node Minecraft Protocol
Parse and serialize minecraft packets, plus authentication and encryption.
Stars: ✭ 697 (+370.95%)
Mutual labels:  minecraft, server
Genisyspro
Discontinued Till Further Notice. | Feature-rich server software for Minecraft PE and Windows 10 Edition - v1.1.x
Stars: ✭ 157 (+6.08%)
Mutual labels:  minecraft, server
Gophertunnel
Toolbox for Minecraft software written in Go
Stars: ✭ 156 (+5.41%)
Mutual labels:  minecraft, server
Craftbook
🔧 Machines, ICs, PLCs, and more!
Stars: ✭ 226 (+52.7%)
Mutual labels:  minecraft, server
Cuberite
A lightweight, fast and extensible game server for Minecraft
Stars: ✭ 3,984 (+2591.89%)
Mutual labels:  minecraft, server
Minet
A (not so) basic Minecraft Pocket Edition server written in C#
Stars: ✭ 706 (+377.03%)
Mutual labels:  minecraft, server
Dragonproxy
🐲 A proxy to allow Minecraft: Bedrock clients to connect to Minecraft: Java Edition servers.
Stars: ✭ 994 (+571.62%)
Mutual labels:  software, minecraft
How To Secure A Linux Server
An evolving how-to guide for securing a Linux server.
Stars: ✭ 11,939 (+7966.89%)
Mutual labels:  server
Lagmonitor
Monitor performance of your Minecraft server. Similar to VisualVM and Java Mission Control.
Stars: ✭ 147 (-0.68%)
Mutual labels:  minecraft
Stelace
Open-source marketplace backend in Node.js, empowering Web platforms with Search API, Automation, Auth, Headless CMS… ⚡ 💻
Stars: ✭ 144 (-2.7%)
Mutual labels:  server

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.

Setup

There are currently no prebuilt executables available. These may be provided later once Dragonfly moves to a more stable stage.

Development setup

Installing/compiling Dragonfly requires at least Go 1.13.

Instant install, when GOPATH/bin is added to $PATH:
go install github.com/df-mc/dragonfly

Running:

dragonfly
Installation for editing Dragonfly:
git clone https://github.com/df-mc/dragonfly
cd dragonfly

Running:

go run main.go

Usage

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.

Developer info

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.

Contributing

We use JetBrains Space to manage our issues, pull requests and code reviews, but we welcome contributions through GitHub issues and pull requests.

Contact

Chat on Discord

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].