Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderlane/minecraft-sidecart
https://github.com/coderlane/minecraft-sidecart
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderlane/minecraft-sidecart
- Owner: Coderlane
- License: mit
- Created: 2020-09-18T01:41:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T00:56:06.000Z (almost 2 years ago)
- Last Synced: 2024-12-09T22:40:17.258Z (about 2 months ago)
- Language: Go
- Size: 194 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft Sidecart
![CI](https://github.com/Coderlane/minecraft-sidecart/workflows/CI/badge.svg) [![codecov](https://codecov.io/gh/Coderlane/minecraft-sidecart/branch/master/graph/badge.svg?token=8G3GBG1CAY)](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
```