The MCServerPingResponse
had used a boolean called fullQuerry
rather than fullQuery
This would result in Gson, the library used to parse JSON into class instances, not parsing the fullQuery
response of the Fluxpoint API.
The old getter is still present (And now returns the proper boolean value) for backwards compatability sake but is deprecated and will be removed in the next version...