Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 286 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 286 Bytes

Dragonfly Classic Commands

A WIP implementation of the classic Minecraft commands

Usage:

Put this line in your main() function before the srv.Listen() line:

  classicCommands.Init(srv)

And this on the end of the main() function:

  classicCommands.Save()