Wings is a library for Dragonfly, an asynchronous Minecraft server software written in Go.
Wings implements auto completion for commands and displays them as they would be seen ingame. It also implements a console command sender/reader.
https://www.buymeacoffee.com/jviguy
Using wings is simple. Start it after registering your commands and calling server.Listen()
wings.New(server, log, wings.DefaultConfig()).Start()