Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 548 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 548 Bytes

ReIndev Query Mod

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.

Usage

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