cd BC chmod u+x start.sh #使用这个指令之后才有权限否则会出现Permission denied ./start.sh #启动
成功之后会出现下面
1 2 3 4 5 6 7 8 9 10 11 12 13 14
18:08:25 [INFO] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.19-R0.1-SNAPSHOT:2d369e8:1664 by SpigotMC 18:08:25 [INFO] Loaded plugin cmd_find version git:cmd_find:1.19-R0.1-SNAPSHOT:2d369e8:1664 by SpigotMC 18:08:25 [INFO] Loaded plugin cmd_server version git:cmd_server:1.19-R0.1-SNAPSHOT:2d369e8:1664 by SpigotMC 18:08:25 [INFO] Loaded plugin cmd_alert version git:cmd_alert:1.19-R0.1-SNAPSHOT:2d369e8:1664 by SpigotMC 18:08:25 [INFO] Loaded plugin cmd_send version git:cmd_send:1.19-R0.1-SNAPSHOT:2d369e8:1664 by SpigotMC 18:08:25 [INFO] Loaded plugin cmd_list version git:cmd_list:1.19-R0.1-SNAPSHOT:2d369e8:1664 by SpigotMC 18:08:25 [WARNING] Forced host server pvp is not defined 18:08:25 [INFO] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.19-R0.1-SNAPSHOT:2d369e8:1664 by SpigotMC 18:08:25 [INFO] Enabled plugin cmd_find version git:cmd_find:1.19-R0.1-SNAPSHOT:2d369e8:1664 by SpigotMC 18:08:25 [INFO] Enabled plugin cmd_server version git:cmd_server:1.19-R0.1-SNAPSHOT:2d369e8:1664 by SpigotMC 18:08:25 [INFO] Enabled plugin cmd_alert version git:cmd_alert:1.19-R0.1-SNAPSHOT:2d369e8:1664 by SpigotMC 18:08:25 [INFO] Enabled plugin cmd_send version git:cmd_send:1.19-R0.1-SNAPSHOT:2d369e8:1664 by SpigotMC 18:08:25 [INFO] Enabled plugin cmd_list version git:cmd_list:1.19-R0.1-SNAPSHOT:2d369e8:1664 by SpigotMC 18:08:25 [INFO] Listening on /0.0.0.0:25577
force_default_server#说白了就是强制登录在一个特定服务器里面 Default:false Type:Boolean Description:Iftrue,theplayerwillalwaysconnecttothedefaultserversspecifiedintheprioritieslistwhentheyjointheserver.Iffalse,the player will join the server they were last connected to. Note:forced_hostsdoesNOToverridethis.Tomaketheforced_hostssettingwork,setthistofalse.Shouldbekeptonforcrackedserver!
1 2 3 4 5 6
ip_forward Default:true Type:Boolean Description:WhethertoenableIP(whichforwardstheplayerstrueIPtoBukkit,ratherthantheproxyIP)andUUIDforwarding(whichforwardstheplayerstrueonline-modeUUIDtoBukkit,ratherthananoffline-modeusernamehash!) Ifyou'rerunning an online-mode:trueserver,Itishighlyrecommendedyouusethisoption! Ifusingthisoption,pleasefollowthisguidetoensurethatyouhaveenableditcorrectly.
有什么其他想改的可以自己改
下面是servers的配置
1 2 3 4
skyCraft: address:localhost:25565 restricted:false motd:'&1Just another BungeeCord - Forced Host'
Note: restricted prevents players from joining the server unless they have the bungeecord.server.[servername] permission
Type: Map Description: Within this section, you will list all the servers that will be connected to via the BungeeCord instance. It is recommended to use lowercase for the names of the servers.