You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get a list of servers and I keep getting errors that spam. I am using Geyser, floodgate, Purpur 1.19.4. If I try the join method too, it also throws the errors, but I need to return a value from a method when it is complete
for (String name : MainPlugin.bungeeApi.getServers().get()) {
System.out.println(name);
}
I am trying to get a list of servers and I keep getting errors that spam. I am using Geyser, floodgate, Purpur 1.19.4. If I try the join method too, it also throws the errors, but I need to return a value from a method when it is complete
https://pastebin.com/qRpYqL2W
The text was updated successfully, but these errors were encountered: