Bit Goblin minecraft server tool
Go to file
2022-09-19 14:38:27 -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 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