An open API service indexing awesome lists of open source software.

https://github.com/mrxiaom/banclickwhenusingitem

Minecraft Trident dupe bug fixer | 修复网络包状态不同步导致刷三叉戟漏洞
https://github.com/mrxiaom/banclickwhenusingitem

bugfix duplicate-detection exploit minecraft paper-plugin trident

Last synced: 8 months ago
JSON representation

Minecraft Trident dupe bug fixer | 修复网络包状态不同步导致刷三叉戟漏洞

Awesome Lists containing this project

README

          

# BanClickWhenUsingItem

对于 [TridentDupe](https://github.com/Killetx/TridentDupe) 漏洞的修复插件,适用于 Paper 及其衍生服务端(如 Purpur、Folia 等等)。

对于其它 Spigot 服务端,除 `1.20+` 以外,仅支持最新小版本(如 `1.19.4`、`1.18.2` 等等)。`1.20+` 的所有子版本均支持。

原理解析以及漏洞利用代码备份,请见 [TridentDupe.bak.java](TridentDupe.bak.java)

Nicely dupe fixer of [TridentDupe](https://github.com/Killetx/TridentDupe). It supports Paper and its forks (e.g. Purpur, Folia, etc.).

For Spigot-like server, we support the latest patch version of Minecraft (e.g. `1.19.4`, `1.18.2`, etc.) except `1.20+`. All patches version of `1.20+` is supported.

> `patch version` means `patch` in the Minecraft version format `major.minor.patch`. For example, the patch version of `1.19.4` is `4`.

If you want to look around how I bump off this dupe, check comments in [TridentDupe.bak.java](TridentDupe.bak.java) (Chinese).