Skip to content

Commit

Permalink
fix(minecraft): adjust lobby url in velocity config
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Feb 4, 2025
1 parent 941fb84 commit 15a0a0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
SPAWN_ANIMALS: "false"
SPAWN_MONSTERS: "false"
SPAWN_NPCS: "false"
SPAWN_PROTECTION: "0"
# SPAWN_PROTECTION: "0"
VIEW_DISTANCE: "14"
HARDCORE: "false"
MODE: creative
Expand All @@ -106,7 +106,7 @@ spec:
ENABLE_WHITELIST: "false"
ENABLE_ROLLING_LOGS: "true"
LOG_TIMESTAMP: "true"
REMOVE_OLD_MODS: "true"
# REMOVE_OLD_MODS: "true"
REPLACE_ENV_DURING_SYNC: "true"
CFG_PROXY_SECRET:
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ enable-player-address-logging = true
[servers]
# Configure your servers here. Each key represents the server's name, and the value
# represents the IP address of the server to connect to.
lobby = "minecraft-lobby-world2-minecraft:25565"
lobby = "minecraft-lobby-world2:25565"
creative = "minecraft-creative-world-minecraft:25565"
playground = "minecraft-playground-world-minecraft:25565"
# survival = "minecraft-survival-world-minecraft:25565"
Expand Down

0 comments on commit 15a0a0c

Please sign in to comment.