当前位置:网站首页>Minecraft群组服开服
Minecraft群组服开服
2022-07-02 06:29:00 【freesharer】
Minecraft群组服简介
BungeeCord 是一个群组服务端,非普通 Minecraft 服务端,此服务端只作为一个转发作用,用于将多个子服连接在一起,并可以让玩家在不同的子服之间传送,启动方法与普通 Minecraft 服务端相同,但是只支持 BungeeCord 插件。
Minecraft群组服开服
准备一台linux服务器,已安装docker,运行以下命令,启动代理端,这里使用比较流行的bungeecord代理程序
docker run -d --name bungeecord \
-e BUNGEE_JOB_ID=1609 \
-p 25565:25577 \
--restart always \
-v /data/mc/bungeecord/data:/server \
itzg/bungeecord
查看容器运行状态
[[email protected] ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
019b1e2cd268 itzg/bungeecord "/usr/bin/run-bungee…" 45 seconds ago Up 45 seconds (healthy) 0.0.0.0:25565->25577/tcp, :::25565->25577/tcp bungeecord
修改bungeecord配置
修改online_mode: false
、servers部分、listeners.priorities部分:
[[email protected] ~]# cat /data/mc/bungeecord/data/config.yml
server_connect_timeout: 5000
remote_ping_cache: -1
forge_support: false
player_limit: -1
permissions:
default:
- bungeecord.command.server
- bungeecord.command.list
admin:
- bungeecord.command.alert
- bungeecord.command.end
- bungeecord.command.ip
- bungeecord.command.reload
timeout: 30000
log_commands: false
network_compression_threshold: 256
online_mode: false
disabled_commands:
- disabledcommandhere
servers:
vanilla:
motd: 'vanilla server'
address: 10.0.20.2:25566
restricted: false
paper:
motd: 'paper server'
address: 10.0.20.2:25567
restricted: false
island:
motd: 'island server'
address: 10.0.20.2:25568
restricted: false
fabric:
motd: 'fabric server'
address: 10.0.20.2:25569
restricted: 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:
- vanilla
- paper
- island
- fabric
bind_local_address: true
host: 0.0.0.0:25577
max_players: 1
tab_size: 60
force_default_server: false
ip_forward: false
remote_ping_timeout: 5000
prevent_proxy_connections: false
groups:
md_5:
- admin
connection_throttle: 4000
stats: 3fa9b870-461a-4b20-9f3c-6d5d1b91bdb3
connection_throttle_limit: 3
log_pings: true
其中10.0.20.2为服务器内网IP地址,使用ip a
命令获取。
重启容器
docker restart bungeecord
客户端连接bungeecord
使用客户端连接,bungeecord使用默认的25565端口,输入/server xx
切换服
边栏推荐
- Network security - summary and thinking of easy-to-use fuzzy tester
- What are the platforms for selling green label domain names? What is the green label domain name like?
- 使用Matplotlib绘制图表初步
- Chrome debugging
- Routing foundation - dynamic routing
- Carsim problem failed to start Solver: Path Id Obj (X) was set to y; Aucune valeur de correction de xxxxx?
- C language implements XML generation and parsing library (XML extension)
- Deep understanding of JVM
- On November 24, we celebrate the "full moon"
- Web security -- Logical ultra vires
猜你喜欢
使用wireshark抓取Tcp三次握手
方法递归(斐波那契数列,青蛙跳台阶,汉诺塔问题)
ARP及ARP欺骗
sqli-labs第12关
ARP and ARP Spoofing
Carsim 学习心得-粗略翻译1
路由基础—动态路由
Installation and use of simple packaging tools
Carsim problem failed to start Solver: Path Id Obj (X) was set to y; Aucune valeur de correction de xxxxx?
Opencv3 6.3 reduced pixel sampling with filters
随机推荐
Installation and use of simple packaging tools
Opencv's experience of confusing X and Y coordinates
sqli-labs第1关
程序猿学英语-指令式编程
Routing foundation - dynamic routing
File upload Labs
SQL operation database syntax
文件上传-upload-labs
Vs code configuration problem
Carsim-路面3D形状文件参数介绍
群辉 NAS 配置 iSCSI 存储
2022 Heilongjiang latest food safety administrator simulation exam questions and answers
Realize bidirectional linked list (with puppet node)
Chinese garbled code under vscade
HCIA—應用層
Learn to write article format
OpenCV常用方法出处链接(持续更新)
Force deduction method summary: find classes
Shortcut key to comment code and cancel code in idea
Solid principle: explanation and examples