🔩BungeeCord Installation
Put the plugin into the plugins of each sub server that needs to be synchronized and restart the server to load the plugin
Open config.yml in the LegendaryGuild folder of each sub server
Change the data storage method to
MYSQLand configure the database.
Store: SQLite
Mysql:
address: localhost
port: 3306
database: test
user: root
password: 123456Enable
Cross_ Server(cross server synchronization function) option and select the server below Name is configured as the current name of the sub server
settings:
#跨服模式 数据将会同步各个子服务器
#Cross server mode data will be synchronized with each sub server
Cross_Server:
enable: false
#该子服的名称(需与Bungeecord端的config下设定的一致)
# The name of the sub server (must be consistent with the config.yml set in Bungerecord)
server_name: 主服务器Restart each sub server.
Last updated