Skip to content

Commit

Permalink
add note about MC-231035 and MC-221987 to README
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Sep 19, 2023
1 parent 89a182e commit ab312c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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](https://bugs.mojang.com/browse/MC-231035).
Additionally, null-bytes are stripped from encoded strings to avoid [MC-221987](https://bugs.mojang.com/browse/MC-221987).

## Usage
After installing the mod on a [FoxLoader](https://github.com/Fox2Code/FoxLoader) server,
you can enable the query protocol in the `server.properties` file.
Expand Down

0 comments on commit ab312c6

Please sign in to comment.