当前位置:网站首页>Minecraft group service opening
Minecraft group service opening
2022-07-02 08:36:00 【freesharer】
Minecraft Group service introduction
BungeeCord It is a group server , Not ordinary Minecraft Server side , This server is only used as a forwarding function , Used to connect multiple sub servers , It also allows players to transmit between different sub servers , The starting method is the same as that of ordinary Minecraft The server is the same , But only support BungeeCord plug-in unit .
Minecraft Group service opening
Prepare one linux The server , already installed docker, Run the following command , Start the agent , Here we use the popular bungeecord agent
docker run -d --name bungeecord \
-e BUNGEE_JOB_ID=1609 \
-p 25565:25577 \
--restart always \
-v /data/mc/bungeecord/data:/server \
itzg/bungeecord
Check the running state of the container
[[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
modify bungeecord To configure
modify online_mode: false
、servers part 、listeners.priorities part :
[[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
among 10.0.20.2 For server intranet IP Address , Use ip a
Command acquisition .
Restart container
docker restart bungeecord
Client connection bungeecord
Use client connection ,bungeecord Use default 25565 port , Input /server xx
Switching service
边栏推荐
- 方法递归(斐波那契数列,青蛙跳台阶,汉诺塔问题)
- cve_ 2019_ 0708_ bluekeep_ Rce vulnerability recurrence
- Common shortcut keys of Jupiter notebook (you can also view it by pressing h in command mode)
- Mutex
- Viewing JS array through V8
- Installation and use of simple packaging tools
- Call Stack
- Application of kotlin - higher order function
- Force deduction method summary: double pointer
- How to apply for a secondary domain name?
猜你喜欢
随机推荐
2022 Heilongjiang's latest eight member (Safety Officer) simulated test question bank and answers
Short video with goods source code, double-click to zoom in when watching the video
Gateway 简单使用
Force buckle method summary: sliding window
Realization of basic function of sequence table
Googlenet network explanation and model building
Li Kou daily one question brushing summary: binary tree chapter (continuous update)
群辉 NAS 配置 iSCSI 存储
St-link connection error invalid ROM table of STM32 difficult and miscellaneous diseases
Openfeign facile à utiliser
Global and Chinese market of electric cheese grinder 2022-2028: Research Report on technology, participants, trends, market size and share
方法递归(斐波那契数列,青蛙跳台阶,汉诺塔问题)
Live broadcast platform development, flexible menu, and freely adjust the horizontal size of the menu bar
Force deduction method summary: find classes
IP协议与IP地址
Causes of laptop jam
Getting started with k8s: building MySQL with Helm
Sqli labs (post type injection)
16: 00 interview, came out at 16:08, the question is really too
Openfeign is easy to use