在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):df-mc/dragonfly开源软件地址(OpenSource Url):https://github.com/df-mc/dragonfly开源编程语言(OpenSource Language):Go 100.0%开源软件介绍(OpenSource Introduction):DragonflyDragonfly is a heavily asynchronous 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. Getting startedRunning Dragonfly requires at least Go 1.18. 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 librarygo mod init github.com/user/module
go get github.com/df-mc/dragonfly Installation of the latest commitgit clone https://github.com/df-mc/dragonfly
cd dragonfly
go run main.go Developer infoDragonfly 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. ContributingContributions 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. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论