server_connect_timeout: 5000
remote_ping_cache: -1
# forgemod支援,如果你的伺服器中有mod伺服器,請開啟這個選項
forge_support: false
# 玩家真實限制,-1為不限制
player_limit: -1
# bc端許可權組
permissions:
default:
- bungeecord.command.server
- bungeecord.command.list
admin:
- bungeecord.command.alert
- bungeecord.command.end
- bungeecord.command.ip
- bungeecord.command.reload
# 當玩家在bc中無響應多長時間,bc才會將他踢出去,在這裡一秒等於1000,30000=30秒
timeout: 30000
log_commands: false
network_compression_threshold: 256
# 正版驗證,如果是盜版服請關閉,否則會呼叫api進行驗證
online_mode: false
# 這裡是伺服器禁止的指令,例如我填- help伺服器就會禁用/help指令
disabled_commands:
- disabledcommandhere
# 這是子伺服器的列表
servers:
# 優先伺服器列表,就是上節課所講的「面試區」(登入伺服器)或者大廳伺服器
lobby:
motd: '&e登陸伺服器'
address: localhost:25565
restricted: false
listeners:
# 監聽查詢埠,埠不能和host項的相同。
- query_port: 25577
# bc的標語,支援彩色
motd: '&c飯糰伺服器'
# 是否開啟監聽查詢
tab_list: global_ping
# 是否開啟監聽查詢
query_enabled: false
proxy_protocol: false
forced_hosts:
pvp.md-5.net: pvp
ping_passthrough: false
priorities:
- lobby
bind_local_address: true
# bc的ip位址,開啟後訪問它就能進入bc伺服器。不能和query_port一樣。也不能和子伺服器一樣。是獨立的
host: 0.0.0.0:25566
# 伺服器顯示的最大人數,假的,如要設定真實的人數請找到player_limit選項填寫
max_players: 2048
# 遊戲裡面tab的大小
tab_size: 60
force_default_server: false
# 一定要開啟,否則會被拒絕
ip_forward: true
remote_ping_timeout: 5000
# 防止**連線
prevent_proxy_connections: false
# 管理員組
groups:
supermr_cool:
- admin
# 連線間隔,當玩家退出後多久能加入,在這裡一秒等於1000,4000=4秒
connection_throttle: 4000
#機器碼
stats: c8185e22-f6c4-44a0-bb10-5bfa56d44fb2
connection_throttle_limit: 3
log_pings: true
詳細請看:www.ricemc.cn
另外:檢視歪果仁對中國的看法的**誰在說話社群:www.mcqi.cn
我的vi配置檔案
syntax on set showcmd set showmatch set smartcase set expandtab set autowrite set mouse a set autoindent set smartindent set tabstop 4 set shiftwidth ...
我的OpenBSD配置檔案
以kiss為原則的openbsd讓人非常喜歡,記錄一下配置檔案以備用。cat etc profile pkg path pkg path cvsroot anoncvs anoncvs3.usa.openbsd.org cvs obdoc home sw2wolf qachina db doc op...
詳解yum的配置檔案
yum的配置檔案 yum的一切配置資訊都儲存在乙個叫yum.conf的配置檔案中,通常位於 etc目 錄下,這是整個yum系統的重中之重,所以有必要詳細介紹。下面是乙個從網上找來的yum.con檔案,讓我們以此為例,進行說明。第二部分 配置repository伺服器了,這是最令人激動的,有了好的re...