Bit Goblin minecraft server tool
Go to file
Gregory Ballantine f908be29b9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added the testify module for testing
2022-09-19 14:39:54 -04:00
cmd Added the 'new' command, which creates a new minecraft server instance 2022-09-19 14:38:27 -04:00
util Added the 'new' command, which creates a new minecraft server instance 2022-09-19 14:38:27 -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 Added the testify module for testing 2022-09-19 14:39:54 -04:00
go.sum Added the testify module for testing 2022-09-19 14:39:54 -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