mscs
mscs copied to clipboard
Powerful command-line control for UNIX and Linux powered Minecraft servers
We should be performing error checking on world creation (or import) to verify that the requested port is not already in use.
In /etc/sudoers ## ## User privilege specification ## root ALL=(ALL) ALL minecraft ALL=NOPASSWD:/usr/bin/firewall-cmd --add-port=25565/tcp minecraft ALL=NOPASSWD:/usr/bin/firewall-cmd --remove-port=25565/tcp msctl file around line 2426 # Start each world requested, if not already...
Please checkout my Dockerfile for easily creating a Docker image of mscs. https://github.com/DanielBaulig/docker-minecraft
It would be nice to make it easier to change mapping programs in MSCS. Currently, the configuration for Overviewer is hard coded into the script, making it difficult to change...
Added a safety check to see if the user exists when running make install. It was dying on me because the user already existed. Now if the user exists, it...
Hi, This PR adds a feature that notifies the user if an update to MSCS is available. By default, the check will occur every 7 days (let me know if...
I'm this issue with mscs: ``` $ mscs create testworld 25565 sudo: msctl: command not found ``` I tried the automatic installation first, and then re-tried with the manual installation,...
As Minecraft Overviewer is in a bit of an unknown state at the moment, it would be good to also support alternatives such as BlueMap.
Hello everyone! I might have tinkered around too much and MSCS broke on my system. Every entered MSCS command returns "incorrect true/false value: truetrue", and doesnt work anymore :/ However,...
Whenever I run force-update, I get ``` Updating Server Software: [server-name] .estarting Minecraft Server: [server-name] ``` Probably a quick fix. I'll take a look & see if it's simple enough...