Bungee Coord confusion with server connect event.

Status
This thread has been locked.

King Archie

Java Software Development
Banned
Feedback score
6
Posts
168
Reactions
45
Resources
0
Hello,

I need an event that will trigger when a server is connected to the bungee.
ServerConnectEvent is called when a player is requesting to connect to a server and ServerConnectedEvent is called just before the player successfully connects.

Is there an event when a server is launched that connects to the bungee?

https://github.com/SpigotMC/BungeeCord/tree/master/api/src/main/java/net/md_5/bungee/api/event

Doesn't look like it to me. But thought someone might know a work-around or something that I'm missing.

Cheers.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Blake

Software Engineer
Supreme
Feedback score
7
Posts
48
Reactions
11
Resources
0
You could do something with Redis pubsub or similar to send a notice when a server loads, independently of BungeeCord. With the way that BungeeCord works, I don't think that there's an event that you can listen for with this.
 
Status
This thread has been locked.
Top