i4m2g00d4u Posted April 6, 2020 Share Posted April 6, 2020 Guten Tag, Ich habe in der letzten Zeit eine Tablist für ein Server Programmiert, wo die OnlinePlayer angezeigt werden [z.b.: 20/100]. Nun habe ich das Problem dass die OnlinePlayer nicht aktualisiert werde. Also wenn jemand Joint bzw. leavt steht z.b. immernoch 20/100 obwohl 21/100 online sind. Weiß jmd wie ich das behebe? Link to comment Share on other sites More sharing options...
Matzuake Posted April 13, 2020 Share Posted April 13, 2020 public static void update() { for (Player p : Bukkit.getOnlinePlayers()) { p.getScoreboard().getTeam("Spieler").setPrefix("§2" + (Bukkit.getOnlinePlayers().size() - 1 + "§7 / " + Bukkit.getMaxPlayers())); } } kannst du so lösen Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now