Bit Goblin minecraft server tool
Gregory Ballantine
f908be29b9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
---|---|---|
cmd | ||
util | ||
.gitignore | ||
.woodpecker.yml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
mcst.go | ||
README.md |
MCST
Bit Goblin minecraft server management tool
Installation
Build dependencies:
- go
- make
To install dependencies on Ubuntu: apt install golang make
To install dependencies on Red Hat/AlmaLinux: dnf install go make
To install MCST as a system utility: make build && sudo make install
Uninstallation
To uninstall MCST (if it was installed through make): sudo make uninstall