# Packages
Package block exports implementations of the Block interface found in the server/world package.
Package cmd implements a Minecraft specific command system, which may be used simply by 'plugging' it in and sending commands registered in an AvailableCommandsPacket.
No description provided by the author
Package event exposes a single exported `Context` type that may be used to influence the execution flow of events that occur on a server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
DefaultConfig returns a configuration with the default values filled out.
New creates a Server using a default Config.
# Structs
Config contains options for starting a Minecraft server.
Server implements a Dragonfly server.
UserConfig is the user configuration for a Dragonfly server.