package
0.10.3
Repository: https://github.com/df-mc/dragonfly.git
Documentation: pkg.go.dev

# 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.

# Interfaces

Allower may be implemented to specifically allow or disallow players from joining a Server, by setting the specific Allower implementation through a call to Server.Allow.
Listener is a source for connections that may be listened on by a Server using Server.listen.