Skip to content

Community Projects

github-actions edited this page Mar 24, 2023 · 10 revisions

A collection of community projects related to Dragonfly.

Index

Libraries

API Clients

Libraries implementing clients for APIs frequently used for Minecraft servers.

  • vote - Go library for accessing the minecraftpocket-servers.com voting API.

Economy

Libraries for integrating economy into a server

  • economy - A simple, fast and extensible economy api for Dragonfly.

Entities

Libraries for simplifying work with and adding features to entities.

  • npc - NPC library for Dragonfly.

Event Handling

Libraries to improve or extend event handling.

  • Peex - Multihandler library with player components
  • vhandler - Add multiple player and world handler

Music

Libraries to play music within a server.

  • nbs - A note block song parser for legacy Note Block Studio and Open Note Block Studio.

Text Formatting

Libraries for formatting text.

  • strutils - Library for text centering and color code cleaning.

World Edit

Libraries for editing worlds on large scales.

  • structure - Structure parsing and writing library for Dragonfly.
  • schematic - Schematic parsing library for Dragonfly.

Servers

Building Servers

Server implementations related to enhancing building.

  • plots - Minecraft plots server written using Dragonfly.

Tools

Stand-alone tools that can be used for working with Dragonfly.

Development Resources