mirror of
https://github.com/hubHarmony/servii-backend.git
synced 2024-11-17 21:40:31 +00:00
[+] Going ahead master
This commit is contained in:
parent
66e435f982
commit
6600b751ea
@ -32,6 +32,7 @@ class MinecraftServerManager:
|
||||
|
||||
command = f"{java_executable} -Xmx{memory_size} {reg_flags} -jar {jar_file} --nogui"
|
||||
process = subprocess.Popen(shlex.split(command), cwd=server_directory, stdin=subprocess.PIPE)
|
||||
#TODO: Track process behavior and stderr, while excepting Advanced Terminal features not to be avail.
|
||||
|
||||
self.servers_count = len(self.servers) + 1
|
||||
self.servers[port] = {
|
||||
|
Loading…
Reference in New Issue
Block a user