基本Minecraft集群

This commit is contained in:
2026-02-22 20:14:29 +08:00
parent d1a90c953b
commit 69d2ffac99
570 changed files with 1143225 additions and 415 deletions

View File

@@ -0,0 +1,18 @@
# If true, enables experimental features. These features are almost certainly not fully stable/tested and may cause unexpected issues
enable-experimental-features: false
# Controls blob caching (Reduces network usage and loading time), Valid options: "disabled", "memory", "disk"
blob-cache: disk
# If enabled, starts the resource pack HTTP server and enables resource pack translation
translate-resource-packs: true
# Resource pack HTTP server address
resource-pack-host: 127.0.0.1
# Resource pack HTTP server port (0 = random available port)
resource-pack-port: 0
# Resource pack URL which the clients will use to download the resource pack (empty = auto)
resource-pack-url: ''
# Controls resource pack caching (Reduces network usage and loading time), Valid options: "disabled", "memory", "disk"
pack-cache: disk
# If true, translates bedrock's showCoordinates game rule to java's reduced debug info flag
translate-show-coordinates-game-rule: false
# If true, disables the internal server blacklist. This will allow you to connect to any server, even if it's known to ban ViaBedrock clients
disable-server-blacklist: false