mscs
mscs copied to clipboard
Powerful command-line control for UNIX and Linux powered Minecraft servers
### Minecraft 1.20.6 depends on JDK 21 Which is not in the package manager for debian I found a solution and wrote [a guide](https://sebastiandetering.com/tutorials/update-java-for-minecraft_1-20-6) on my website Since Minecraft 1.20.6...
I was wondering if it was somehow possible to disable the default arguments as I am trying to run a standalone Geyser server and it does not like the mscs-world=\...
_MSCS running in an Ubuntu 22.04.4 LTS LXC on Proxmox._ After setting up forge (tried several forge releases >=1.17.1) with the manual: https://minecraftservercontrol.github.io/docs/mscs/adjusting-world-server-properties/forge I am not able to start the...
Adds a check to the bash completion location to detect where to place the completion file Fixes #355
I recently tried installing mscs on an Ubuntu 22 server. I got this error: ``` install -m 0755 msctl /usr/local/bin/msctl install -m 0755 mscs /usr/local/bin/mscs install -m 0644 mscs.completion /etc/bash_completion.d/mscs...
PaperMC has released Fill 3 (the downloads api) recently which will require users to set their user agent. In order to prevent mscs users from being blacklisted there should be...
Newer rdiff-versions (I am using 2.2.6) started to give deprecation warnings about using a deprecated API, for example when calling: `mscs list-backups ` the output will start with: `WARNING: this...
I'm trying to import a world I created (v1.14.2) using the `itzg/minecraft-server` docker image. Works just fine using Docker and imports into mscs without issue. However, when I start the...