# BungeeCord ana yapılandırma dosyası # Sunucunun dinleyeceği IP ve port host: "0.0.0.0:25566" # Portu 25566 olarak değiştirdik # BungeeCord'un bağlı olduğu sunucular servers: lobby: motd: "Lobby Sunucusu" address: "127.0.0.1:25565" # Bu IP ve port, Minecraft sunucunuzun IP ve portu olmalı restricted: false survival: motd: "Survival Sunucusu" address: "127.0.0.1:25566" # Diğer Minecraft sunucunuzun IP ve portu restricted: false creative: motd: "Creative Sunucusu" address: "127.0.0.1:25567" # Diğer bir Minecraft sunucunuzun IP ve portu restricted: false # BungeeCord yapılandırma ayarları bind_local_address: true ip_forward: true network_compression_threshold: 256 timeout: 30000 log_commands: true connection_throttle: 4000 prevent_proxy_connections: false online_mode: true # E-posta bildirimleri için ayar (isteğe bağlı) alert: email: "example@example.com"