Hidendra / Plugin-Metrics

Metrics tools designed for minecraft plugins to gather statistical data
http://mcstats.org
85 stars 79 forks source link

.size() error with 1.8 #62

Closed metmad22 closed 9 years ago

metmad22 commented 9 years ago

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.

tmfksoft commented 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!

metmad22 commented 9 years ago

I've tried already. It gives me the same error. "Cannot find symbol"

Ribesg commented 9 years ago

Should be closed by https://github.com/Hidendra/Plugin-Metrics/commit/e59b7c2477bf3c1ec513fed53fd1c007eee77602.

Hidendra commented 9 years ago

Indeed, thanks