-
Would like to get whatever adress a player pinged. Is this doable with ProtocolLib's |
Beta Was this translation helpful? Give feedback.
Answered by
derklaro
Jul 27, 2022
Replies: 1 comment 7 replies
-
It is not possible with |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
Andre601
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not possible with
onPacketSending(PacketEvent)
, you need to store the address the player pinged which comes from the handshake (PacketType.Handshake.Client.SET_PROTOCOL
) as a string.