Trouser-Streak v1.0.4
Release for 1.21, and 1.20.6! Use the correct jar for your version. Source for 1.20.6 is in the zip file here, and in the 1.20.6 branch.
Fixed the false positive of old chunks being detected as new if being updated from old build limits
- Changed the order of detection of the exploits in the code to allow the "Pre 1.17 OldChunk Detector" to detect old chunks before the ByteExploit analyzes the chunks.
- Made the "Pre 1.17 OldChunk Detector" enabled by default.
- Improved performance of the "Pre 1.17 OldChunk Detector".
- Moved ByteExploit to it's own category with a big descriptor saying do not use in servers with version <1.18. It doesn't work there, use the other tracing exploits in the module for the older servers.
Issues:
- There is a few but not many false positive flags of newchunks in old chunks when detecting chunks being updated from the old build limit with the "Pre 1.17 OldChunk Detector".
- The above makes our NewerNewChunks method 99% accurate as opposed to pretty much 100% accurate which I believed it could be (it still might be)
See the releases page for previous changelogs if you missed the last couple updates. :)