Bit Goblin minecraft server tool
Go to file
Gregory Ballantine 92153508b3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial Go project structure
2022-09-17 18:16:30 -04:00
cmd Initial Go project structure 2022-09-17 18:16:30 -04:00
.gitignore Initial Go project structure 2022-09-17 18:16:30 -04:00
.woodpecker.yml Initial Go project structure 2022-09-17 18:16:30 -04:00
go.mod Initial Go project structure 2022-09-17 18:16:30 -04:00
go.sum Initial Go project structure 2022-09-17 18:16:30 -04:00
LICENSE Initial Go project structure 2022-09-17 18:16:30 -04:00
mcst.go Initial Go project structure 2022-09-17 18:16:30 -04:00
README.md Initial Go project structure 2022-09-17 18:16:30 -04:00

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