#the best ranks plugin error

1 messages · Page 1 of 1 (latest)

foggy oyster
harsh nova
#

i dont know the plugin, but there is:
java.lang.NumberFormatException: empty String

so an empty string is being provided and the plugin tries to parse it into a Double which causes a NumberFormatException.

My guess would be, that /ranks is missing further input/arguments

coral jackal
bronze mauve
#

The string provided to StringUtils is empty

#

Also I'm pretty sure java has a Double.parse() method.
If you're doing this from a command arguments start at the index of zero.

coral jackal
#

It's a plugin they use. I just found the source code

#

online

bronze mauve
#

Oh okay I thought they were making it

coral jackal
#

The parse method that they have there is a bit more complicated I believe and actually what it does is that it ignores all other characters that were non digits

bronze mauve
#

Interesting maybe that's why it says empty string