MinecraftServerPing icon indicating copy to clipboard operation
MinecraftServerPing copied to clipboard

A Java Minecraft server "pinger" (MOTD ping) API.

Results 2 MinecraftServerPing issues
Sort by recently updated
recently updated
newest added

I'm getting this exception when getting the status of certain servers: ``` com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 17 path $.description at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:200) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:103)...

Currently, `Description#getText()` returns an empty String if a server's MOTD uses JSON formatting. JSON-formatted messages should be accessible through MinecraftPingReply.