Describe the bug
A clear and concise description of what the bug is.
MCServerPing throw Nullpointer
To Reproduce
Steps to reproduce the behavior:
- Open a minecraft server
in 21w44a
- Join minecraft server
MCServerPing.getPing("{server}", 25565);
Expected behavior
A clear and concise description of what you expected to happen.
Should not throw NullPointer
Screenshots
If applicable, add screenshots to help explain your problem.


Additional context
Add any other context about the problem here [e.g. error logs, crash logs, etc...].
java.lang.NullPointerException: Cannot invoke "com.google.gson.JsonElement.getAsString()" because the return value of "com.google.gson.JsonObject.get(String)" is null
at dev.redcoke.mcserverping.MCServerPingResponse.serverPingFromJsonObj(MCServerPingResponse.java:38)
at dev.redcoke.mcserverping.MCServerPing.getPing(MCServerPing.java:157)
at dev.redcoke.mcserverping.MCServerPing.getPing(MCServerPing.java:35)
at dev.redcoke.teapot.externalapi.java.MineCraftServerPing.getPing(MineCraftServerPing.java:10)
at dev.redcoke.teapot.command.commands.MinecraftServer.lambda$handle$0(MinecraftServer.java:26)
at net.dv8tion.jda.api.requests.Request.lambda$onSuccess$0(Request.java:95)
at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1434)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:295)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
Effected Version:
Describe the bug
A clear and concise description of what the bug is.
MCServerPing throw Nullpointer
To Reproduce
Steps to reproduce the behavior:
in 21w44aMCServerPing.getPing("{server}", 25565);Expected behavior
A clear and concise description of what you expected to happen.
Should not throw NullPointer
Screenshots


If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here [e.g. error logs, crash logs, etc...].
Effected Version: