# Functions
CopyBackup copies the server world files to the server backup directory.
No description provided by the author
ExportMCWorld copies the server's current world files to a zipped .mcworld file at the given destination which must be a directory.
GetServerOrExit is a convenience function for attempting to find an existing docker container with the given name.
NewServer spawns a new craft server.
PrintServers prints a list of servers.
SetServerProperties takes a slice of key=value strings and applies them to the server.properties configuration file.
StartServer sorts all available backup files by date and starts a server from the latest backup.
No description provided by the author