Hello there,
I've got the Minecraft API all set up on my webserver, but when I try to ping 192.111.142.125:25567 or mc.gingergaming.com, the API always returns Error: failed to connect to ..., even though the server is fully operational and running.
The server.properties file has enable-query=true and the query.port=25567. (Weird thing is that server-port= is set to 25565).
In the MinecraftAPI class, I changed the port to 255657, after trying 25565. This didn't help, still the same error.
Our host is CreeperHost.
Any help would be appreciated 👍
Hello there,
I've got the Minecraft API all set up on my webserver, but when I try to ping
192.111.142.125:25567ormc.gingergaming.com, the API always returnsError: failed to connect to ..., even though the server is fully operational and running.The
server.propertiesfile hasenable-query=trueand thequery.port=25567. (Weird thing is thatserver-port=is set to25565).In the
MinecraftAPIclass, I changed the port to255657, after trying25565. This didn't help, still the same error.Our host is CreeperHost.
Any help would be appreciated 👍