Removed beanstalkd stuff for now as it's not necessary; updated the server creation function to actually download the specified server JAR version

This commit is contained in:
2022-10-08 00:02:29 -04:00
parent fdb31eeb00
commit 5c35389ae3
7 changed files with 62 additions and 134 deletions

View File

@ -1,8 +1,3 @@
{
"server_directory": "/opt/minecraft",
"beanstalkd": {
"host": "localhost",
"port": 11300
}
"server_directory": "/opt/minecraft"
}