当前位置:网站首页>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 
边栏推荐
- Force buckle method summary: sliding window
- zipkin 简单使用
- Classes and objects (instantiation of classes and classes, this, static keyword, encapsulation)
- Summary of one question per day: linked list (continuously updated)
- Static library and dynamic library
- Makefile Fundamentals
- Don't know mock test yet? An article to familiarize you with mock
- Network security - summary and thinking of easy-to-use fuzzy tester
- Animation synchronization of CarSim real-time simulation
- The source code of the live app. When the verification method is mailbox verification, the verification code is automatically sent to the entered mailbox
猜你喜欢

C language custom type enumeration, Union (clever use of enumeration, calculation of union size)

类和对象(类和类的实例化,this,static关键字,封装)

HCIA—数据链路层

sqli-labs第12关

STM32 new project (refer to punctual atom)

Introduction to parameters of CarSim pavement 3D shape file

Zipkin is easy to use

Simple implementation scheme of transcoding and streaming (I)

Sqli labs level 8 (Boolean blind note)

Analysis of the use of comparable, comparator and clonable interfaces
随机推荐
Data asset management function
Zipkin is easy to use
Force buckle method summary: sliding window
Force deduction method summary: find classes
Googlenet network explanation and model building
Sentinel 简单使用
Dip1000 runaway
Short video with goods source code, double-click to zoom in when watching the video
CarSim problem failed to start solver: path_ ID_ OBJ(X) was set to Y; no corresponding value of XXXXX?
Smart agriculture solutions smart agriculture system development
Pclpy projection filter -- projection of point cloud to cylinder
Hcia - Application Layer
OpenShift 部署应用
Nacos 下载启动、配置 MySQL 数据库
Chrome debugging
Use the numbers 5, 5, 5, 1 to perform four operations. Each number should be used only once, and the operation result value is required to be 24
c语言自定义类型枚举,联合(枚举的巧妙使用,联合体大小的计算)
D interface and domain problems
[untitled]
Learn to write article format