BungeeCord Help!

Status
This thread has been locked.

icedmoca

Back End developer Minenite Network MineSec
Supreme
Feedback score
0
Posts
23
Reactions
7
Resources
0
Taking any dev on our team who can solve this problem.

Ok, a lot of you are going to tell me about ping passthrough but here's the deal:


Players can connect directly to the game servers as shown below with the ip's, firewall and server secure so no offline idiots will join.

Server list:
1. Bungeecord proxy running 25565 - mc.example.net
2. Lobby server-------------------------------------/\
3. Game server 1 - game1.example.net
4. Game server 2 - game2.example.net
5. Game server 3 - game3.example.net
6. Game server 4 - game4.example.net
7. Building server - build.example.net


The thing is if someone joins a server any of them or even thru the lobby itself it will only show that player on that server if I look at my server list. I need the Lobby server to add up all the players on all the servers and set that as the number of people on the network and it will display next to the motd. Does anyone know how this can be done?

With ping passthrough true with two players only on game server 1:
Lobby Server or bungeecord (mc.example.net) 0/100
Game Server1 2/100 (game1.minenite.net)
Game server2 0/100 (game2.minenite.net)


With ping passthrough false with two players only on game server 1:
Lobby Server or bungeecord (mc.example.net) 2/100
Game Server1 2/100 (game1.minenite.net)
Game Server2 2/100 (game2.minenite.net)


What I need it to display if 2 people are on game server 1 and 3 people on game server 2:
Lobby Server or bungeecord (mc.example.net) 5/100
Game Server1 2/100 (game1.minenite.net)
Game Server2 3/100 (game2.minenite.net)


I need the lobby server to display the number of players on the network

I've tried to use a playerlist plugin and the placeholderapi plugin and entered a value to show all players connected to the bungeecord, didn't work.
 

Norska

Java Developer (https://norska.dev)
Supreme
Feedback score
68
Posts
901
Reactions
1,406
Resources
13
Did you properly install PlaceholderAPI's extensions?
 

icedmoca

Back End developer Minenite Network MineSec
Supreme
Feedback score
0
Posts
23
Reactions
7
Resources
0
Did you do /papi reload after that? It's required to refresh the placeholders.
Yes, I did that and also restarted the server.

JJvTDPL.png
[DOUBLEPOST=1557311174][/DOUBLEPOST]
Did you do /papi reload after that? It's required to refresh the placeholders.
Do you know of a way to solve this? I know some java, how would I go about making my own plugin to change the player slots?
 
Last edited:

icedmoca

Back End developer Minenite Network MineSec
Supreme
Feedback score
0
Posts
23
Reactions
7
Resources
0
Solved. Fixed by changing some things in the config.
Since no one helped me, I set up a whole new network just to mess around with bungeecord. Worked out pretty well.

In bungeecord config:

default_server_domain: mc.example.net
ip_forward: true
force_default_server: false
prevent_proxy_connections: true
online_mode: true
ping_passthrough: true
proxy_protocol: false
 
Status
This thread has been locked.
Top