Skip to content

fix: update deps and fix version bounds for 1.21.5+ / 26.1.2 support - #334

Open
joealjohn wants to merge 1 commit into
xGinko:masterfrom
joealjohn:fix/modern-version-support-26-1-2
Open

fix: update deps and fix version bounds for 1.21.5+ / 26.1.2 support#334
joealjohn wants to merge 1 commit into
xGinko:masterfrom
joealjohn:fix/modern-version-support-26-1-2

Conversation

@joealjohn

Copy link
Copy Markdown

Bump PacketEvents 2.12.2 -> 2.13.0 for full Minecraft 26.1.2 protocol support. Bump XSeries 13.7.0 -> 13.7.1 for latest material/entity mappings.

Fix TridentDupe: remove erroneous V_1_21_4 upper version ceiling. The trident inventory-click dupe was never patched server-side, so the module should protect all 1.13+ servers, not just up to 1.21.4.

Fix BookTitleDupe: correct inverted version logic (!isOlderThan -> isOlderThan). The original condition was backwards, causing the module to activate on 1.21.2+ (where the exploit is irrelevant) instead of 1.20.6-1.21.1 (where the exploit actually exists). The module was effectively broken. Also removed dead modernLimits code since the module never runs on 1.21.2+.

Bump PacketEvents 2.12.2 -> 2.13.0 for full Minecraft 26.1.2 protocol support.
Bump XSeries 13.7.0 -> 13.7.1 for latest material/entity mappings.

Fix TridentDupe: remove erroneous V_1_21_4 upper version ceiling.
The trident inventory-click dupe was never patched server-side, so the
module should protect all 1.13+ servers, not just up to 1.21.4.

Fix BookTitleDupe: correct inverted version logic (!isOlderThan -> isOlderThan).
The original condition was backwards, causing the module to activate on
1.21.2+ (where the exploit is irrelevant) instead of 1.20.6-1.21.1
(where the exploit actually exists). The module was effectively broken.
Also removed dead modernLimits code since the module never runs on 1.21.2+.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant