Far丶果冻
一个机器里运行了三个服,一个pvp的,一个小游戏的,还有个登陆服
现在想做个BC,端我做好了,但是不会配置
咋做哦,mcbbs的教程我都看过了,没有说清楚要怎么配置
金粒都在这了,求个dalao解答一下

小晓丶
在BC的配置文件config.yml添加你的服务器
  1. 'login':  #登录服的名称
  2.     motd: '&1Just another BungeeCord - Forced Host'
  3.     address: localhost:11111   #登录服的端口
  4.     restricted: false
  5.   'game':  #游戏服的名称
  6.     motd: '&1Just another BungeeCord - Forced Host'
  7.     address: localhost:11121   #游戏服的端口
  8.     restricted: false
复制代码



下一页 最后一页