yesdog / Waterdog

Waterdog, a Yesdog fork of Waterfall/BungeeCord that adds Bedrock support.
MIT License
186 stars 37 forks source link

Some sites can't reach the server #12

Closed Artuto closed 5 years ago

Artuto commented 5 years ago

Some PE listing sites use the PMMP query to show servers online or offline, however, Waterdog does not reply with this type of query to the site, so the site marks it as offline.

I believe the solution to not to break the PC query, to only change the query format or required info in listeners that have raknet set to true.

colinrgodsey commented 5 years ago

On the raknet listener, set query_enabled: true. Should work then.

Artuto commented 5 years ago

Enabling query on the PE listener did the trick.