Help With Bungee: How do I connect servers with bungee?

Status
This thread has been locked.

Chaillan

Banned
Feedback score
1
Posts
119
Reactions
32
Resources
0
Hey guys, I am Tricky and I wanna know, how do I connect my servers with bungee, I would love for you guys to add me on skype and kinda teach me, I have 4 servers currently and I need to connect them ASAP, my skype is EpicChaillan!
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Maccas

MineCorner Founder
Premium
Feedback score
1
Posts
1,446
Reactions
597
Resources
0
You'll need 6 servers total. 4 as your servers, 1 for the hub and 1 proxy.
 

Chaillan

Banned
Feedback score
1
Posts
119
Reactions
32
Resources
0
Code:
groups:
  PUTYOURUSERNAMEHERE:
  - admin
disabled_commands:
- disabledcommandhere
player_limit: -1
stats: eff91454-a57e-403e-8cbb-8202d4e6897f
permissions:
  default:
  - bungeecord.command.server
  admin:
  - bungeecord.command.alert
  - bungeecord.command.end
  - bungeecord.command.ip
  - bungeecord.command.reload
  - bungeecord.command.list
  - bungeecord.*
listeners:
- query_port: 25565 <- keep this same
  motd: '&1Another Bungee server'
  tab_list: GLOBAL_PING
  query_enabled: false
  forced_hosts:
    pvp.md-5.net: pvp
  ping_passthrough: false
  default_server: hub
  bind_local_address: true
  fallback_server: hub
  host: YOURNUMBERIPthatyouwantpeopletoconnectto:25565
  max_players: 1000
  tab_size: 60
  force_default_server: true
timeout: 30000
connection_throttle: 4000
servers:
  hub:
    motd: '&1Just another BungeeCord - Forced Host'
    address: numberip:port
    restricted: false
  server1:
    motd: '&1Just another BungeeCord - Forced Host'
    address: numberip:port
    restricted: false
  server2:
    motd: '&1Just another BungeeCord - Forced Host'
    address: numberip:port
    restricted: false
ip_forward: true <--- keep this on
online_mode: true < -- keep in online mode
Make sure that all the servers connected are in offline mode, except for in your bungee config.
Add me on skype: EpicChaillan
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/chaillan-scam-report.370466/)
Status
This thread has been locked.
Top