Categorygithub.com/Coderlane/minecraft-sidecart
repositorypackage
0.0.0-20220605152432-94a378caef22
Repository: https://github.com/coderlane/minecraft-sidecart.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Minecraft Sidecart

CI codecov

minecraft-sidecart handles uploading Minecraft server metadata and eventually responding to remote requests.

Usage

Authenticate

Use minecraft-sidecart auth signin to authenticate. It will output a URL for you to copy and paste into your browser. Once authenticated, copy the code from your browser back in to minecraft-sidecart.

Daemon

Launch the daemon with minecraft-sidecart daemon. The daemon will detect changes on the Minecraft server and upload them as they occur.

Server

Use minecraft-sidecart server add to add a server for the daemon to watch. Simply provide a name and a path to the root of the server directory. For example:

./minecraft-sidecart server add \
  --name "Main Server" --path /opt/minecraft/server