【我的世界】寫給萌新服主的開服指南Part.3——服務端的BC安裝配置

第一部分 BC安裝
1.來到官方構建網站https://ci.md-5.net/job/BungeeCord/。
2.下載最新版本(只下載BungeeCord.jar即可),并將它放入一個新創(chuàng)建的Server文件夾里。
3.新建一個記事本文件,修改名為Run.bat(此處必須先看Part.2)。
4.右鍵點擊文件,點擊編輯,寫入以下內容:
@echo off
java -jar BungeeCord.jar nogui
pause
5.雙擊Run.bat,打開群組服。
6.待服務端無輸出后,輸入end。
第二部分?BC配置
重點看加紅的幾項
enforce_secure_profile: false
listeners:
- query_port: 25577
? motd: '&1Another Bungee server'
? tab_list: GLOBAL_PING
? query_enabled: false
? proxy_protocol: false
? forced_hosts:
? ? pvp.md-5.net: pvp
? ping_passthrough: false
? priorities: 這是默認進入的服務器配置
? - 大廳
? bind_local_address: true
? host: 0.0.0.0:25566 這是BC的端口
? max_players: 1
? tab_size: 60
? force_default_server: false
remote_ping_cache: -1
network_compression_threshold: 256
permissions:
? default:
? - bungeecord.command.server
? - bungeecord.command.list
? admin:
? - bungeecord.command.alert
? - bungeecord.command.end
? - bungeecord.command.ip
? - bungeecord.command.reload
? - bungeecord.command.kick
log_pings: true
connection_throttle_limit: 3
server_connect_timeout: 5000
timeout: 30000
stats: c50ceda8-2a25-4ff0-a502-c2fce1cac071
player_limit: -1
ip_forward: true 這是IP重定向,建議使用
groups:
? md_5:
? - admin
remote_ping_timeout: 5000
connection_throttle: 4000
log_commands: false
prevent_proxy_connections: false
online_mode: false 這是正版認證,建議關閉
forge_support: true 這是forge支持,建議開啟
disabled_commands:
- disabledcommandhere
servers: 這是所有的子服列表
? 大廳: 子服在列表中的名字
? ? motd: '&1Just another BungeeCord - Forced Host'
? ? address: 127.0.0.1:25568 子服ip
? ? restricted: false
? 原版生存:?子服在列表中的名字
? ? motd: '&1Just another BungeeCord - Forced Host'
? ? address: 127.0.0.1:25567 子服ip
? ? restricted: false
以上配置Part.4會單獨細講其他服務器與bc的配對。
如有錯誤和遺漏,歡迎各位大佬補充。
