feat: support setting up 1.21+ server links - #101
Draft
TTtie wants to merge 6 commits into
Draft
Conversation
Pablete1234
reviewed
Jan 4, 2026
TTtie
force-pushed
the
feat/server-links
branch
from
January 6, 2026 00:36
efe6233 to
8d859e6
Compare
TTtie
force-pushed
the
feat/server-links
branch
from
January 6, 2026 00:39
be7b445 to
8d859e6
Compare
TTtie
force-pushed
the
feat/server-links
branch
2 times, most recently
from
February 1, 2026 18:27
18484de to
bd3c33a
Compare
TTtie
force-pushed
the
feat/server-links
branch
2 times, most recently
from
February 13, 2026 03:29
a8c1768 to
af3f27f
Compare
TTtie
marked this pull request as ready for review
February 13, 2026 03:31
TTtie
force-pushed
the
feat/server-links
branch
from
April 15, 2026 20:30
af3f27f to
cb3cd82
Compare
TTtie
marked this pull request as draft
April 24, 2026 21:33
TTtie
force-pushed
the
feat/server-links
branch
2 times, most recently
from
April 27, 2026 11:56
3438bec to
ea9cae0
Compare
Adds support for setting up server links in pause menu on supported clients (1.21+). Works on both modern, and 1.8-based servers using ViaVersion. Signed-off-by: TTtie <me@tttie.cz>
Avoids blowing things up when ViaVersion isn't present. Signed-off-by: TTtie <me@tttie.cz>
Local artifacts :( Signed-off-by: TTtie <me@tttie.cz>
Co-authored-by: Pablo Herrera <pabloherrerapalacio@gmail.com> Signed-off-by: TTtie <me@tttie.cz>
Signed-off-by: TTtie <me@tttie.cz>
Redoes the whole packet sending thing using PacketEvents. This gives us a much friendlier API, even for sending newer version packets with some magic. Works on most versions, only 26.2 seems to somehow trip up and bitflip in a packet ID en route (wtf?) Signed-off-by: TTtie <me@tttie.cz>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds support for setting up server links in the pause menu on supported clients (1.21+). Works on both modern servers, and 1.8-based servers using
ViaVersionPacketEvents.Since this requires #94 to be merged first, this is marked as a draft to allow for comments, and testing.