Hi
Is there a way to do something like the following but with BungeeCord, in the way that the value is set exactly with no waiting? I need to know whether a player is online anywhere on the network or not
Is there a way to do something like the following but with BungeeCord, in the way that the value is set exactly with no waiting? I need to know whether a player is online anywhere on the network or not
Code (Text):
boolean isOnline = Bukkit.getOnlinePlayers().contains(p);