Closed metmad22 closed 9 years ago
Hi metmadd22, I just encountered the same issue. Just change .size() to .length
As so: int playersOnline = Bukkit.getServer().getOnlinePlayers().length;
Seems to fix it!
I've tried already. It gives me the same error. "Cannot find symbol"
Indeed, thanks
Hello there, I tried adding metrics to my plugin, but my IDE is giving me an error. Here it is.
http://puu.sh/eRuix/63ecf6d242.png
It will not understand what .size() is. I tried .length() as well. Nothing.
Thank you.