feat(mudcraft): configure resource pack and R2 public hosting
Upload stormrift resource pack to mudcraft-assets R2 bucket with public r2.dev URL. Add RESOURCE_PACK, RESOURCE_PACK_SHA1, and RESOURCE_PACK_ENFORCE to server configmap so clients download the pack on join.
This commit is contained in:
@@ -26,6 +26,9 @@ data:
|
||||
ENABLE_RCON: "true"
|
||||
RCON_PORT: "25575"
|
||||
MOTD: "MUDCraft — Private Beta"
|
||||
RESOURCE_PACK: "https://pub-6253d9a2ce7645fd933d17fc847fce8b.r2.dev/resourcepack/mudcraft.zip"
|
||||
RESOURCE_PACK_SHA1: "a273496903d8cfe8cf9b1a1dcf5c99f027b8ab48"
|
||||
RESOURCE_PACK_ENFORCE: "true"
|
||||
MEMORY: "" # Disabled — we set JVM flags directly
|
||||
JVM_OPTS: >-
|
||||
-Xms4G -Xmx4G
|
||||
|
||||
Reference in New Issue
Block a user