feat: add bds core, locale updates and safety fixes

This commit is contained in:
2026-05-31 14:01:34 +03:00
parent d1686355e8
commit c769140913
34 changed files with 1535 additions and 12 deletions

View File

@@ -62,5 +62,15 @@
"default_dir": "/opt/minecraft/nethergamesmc",
"supports_protocols": ["udp"],
"supported_services": ["systemd", "tmux-systemd", "screen", "none"]
},
"bds": {
"name": "Minecraft Bedrock Dedicated Server",
"edition": "bedrock",
"runtime": "native",
"default_port": 19132,
"protocol": "udp",
"default_dir": "/opt/minecraft/bds",
"supports_protocols": ["udp"],
"supported_services": ["systemd", "tmux-systemd", "screen", "none"]
}
}