Error:(14, 46) java: cannot find symbol
symbol: method size()
location: class org.bukkit.entity.Player[] <- this is coming from Bukkit.getServer().getOnlinePlayers().size();
<Spigot API Version - 1.13, Java 1.8>
Asked
Active
Viewed 29 times
0

Tom Carrick
- 6,349
- 13
- 54
- 78

l3ilko Jr
- 11
-
Did you mean `.length` instead of `.size()`? – Joseph Sible-Reinstate Monica May 19 '20 at 02:28
-
if i am sure .length isnt there. – l3ilko Jr May 19 '20 at 02:40
-
can you show the code snippet? – Daniel Juric May 22 '20 at 11:44