https://github.com/coderlane/minecraft-sidecart
https://github.com/coderlane/minecraft-sidecart
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderlane/minecraft-sidecart
- Owner: Coderlane
- License: mit
- Created: 2020-09-18T01:41:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T00:56:06.000Z (over 2 years ago)
- Last Synced: 2025-06-16T07:06:01.578Z (30 days ago)
- Language: Go
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft Sidecart
 [](https://codecov.io/gh/Coderlane/minecraft-sidecart)
`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
```