A mod that adds support for the query protocol to ReIndev.
This implementation encodes strings as UTF-8 instead of ASCII to avoid MC-231035. Additionally, null-bytes are stripped from encoded strings to avoid MC-221987.
After installing the mod on a FoxLoader server,
you can enable the query protocol in the server.properties
file.
enable-query=true
query.port=25565