diff --git a/rootfs/etc/confd/templates/spigot.yml.tmpl b/rootfs/etc/confd/templates/spigot.yml.tmpl index e13dc1f..a048af5 100644 --- a/rootfs/etc/confd/templates/spigot.yml.tmpl +++ b/rootfs/etc/confd/templates/spigot.yml.tmpl @@ -11,7 +11,7 @@ settings: moved-wrongly-threshold: 0.0625 moved-too-quickly-multiplier: 10.0 item-dirty-ticks: 20 - bungeecord: {{getenv "BUNGEECORD"}} + bungeecord: {{getenv "BUNGEECORD" "false"}} attribute: maxHealth: max: 2048.0 @@ -98,4 +98,4 @@ world-settings: random-light-updates: false save-structure-info: true max-entity-collisions: 8 - dragon-death-sound-radius: 0 \ No newline at end of file + dragon-death-sound-radius: 0