Plugin Installation

Insert BungeeSync.jar into plugins/ folder and set-up config!

Setup incoming port and sharing list...

# Port for incoming sockets
Port: 25571

# Location for this server
# This value will be ignored in Sharing list
Location: "127.0.0.1:25571"

# Local sharing list
Sharing:
 - "127.0.0.1:25571"
 - "127.0.0.1:25572"

Port is port of current BungeeCord server. And Sharing is a list of ips & ports of all BungeeCords. You've to reserve one free port for each BungeeCord. You can't use port that is in use by BungeeCord. If you do, players wont be able to join. You can also set-up ports in MySQL. After changing SharingListType plugin will insert BungeeID & empty address column. Just edit address column and insert there ip-port for sharing. For correct setup also define Location value. Example: 127.0.0.1:25571

Last updated