当前位置:网站首页>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 
边栏推荐
- Jumping | Blue Bridge Cup
- Solid principle: explanation and examples
- 2022 Heilongjiang latest construction eight members (materialman) simulated examination questions and answers
- Force deduction method summary: double pointer
- C language replaces spaces in strings with%20
- STL quick reference manual
- Method recursion (Fibonacci sequence, frog jumping steps, tower of Hanoi problem)
- Flex layout
- Hcia - Application Layer
- Benefits of ufcs of D
猜你喜欢

Use C language to receive JSON strings

Simple implementation scheme of transcoding and streaming (I)

16: 00 interview, came out at 16:08, the question is really too

2022 Heilongjiang latest construction eight members (materialman) simulated examination questions and answers

Detailed explanation of NIN network

Data asset management function

OpenFeign 簡單使用

【无标题】

Openfeign facile à utiliser

HCIA—应用层
随机推荐
sqli-labs第8关(布尔盲注)
web安全--逻辑越权
ARP and ARP Spoofing
zipkin 简单使用
Use of opencv3 6.2 low pass filter
kubeadm部署kubernetes v1.23.5集群
HCIA—数据链路层
c语言将字符串中的空格替换成%20
[dynamic planning] p4170: coloring (interval DP)
文件上传-upload-labs
Opencv3 6.3 reduced pixel sampling with filters
CarSim learning experience - rough translation 1
Analysis of the use of comparable, comparator and clonable interfaces
Chinese garbled code under vscade
Global and Chinese markets of tilting feeders 2022-2028: Research Report on technology, participants, trends, market size and share
【无标题】
HCIA - data link layer
程序猿学英语-指令式编程
D interface and domain problems
Makefile Fundamentals