You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
This feature shows when and who joins and leaves queue on 2b2t, kinda like the vanilla game join and leave messages.
Describe the solution you'd like
Make a listener for the SPacketTeams packet and interpret data from players joining and leaving.
Describe alternatives you've considered
N/A
Additional context
I have the code for this done in java, its probably going to have to be a plugin tho thats why its an issue not a pr. This could also be used to make a tab list for everyone in queue, because right when you join the server sends a packet with all the players that already are on the server, you could just make an array and just apend new players and remove leaving players.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This feature shows when and who joins and leaves queue on 2b2t, kinda like the vanilla game join and leave messages.
Describe the solution you'd like
Make a listener for the SPacketTeams packet and interpret data from players joining and leaving.
Describe alternatives you've considered
N/A
Additional context
I have the code for this done in java, its probably going to have to be a plugin tho thats why its an issue not a pr. This could also be used to make a tab list for everyone in queue, because right when you join the server sends a packet with all the players that already are on the server, you could just make an array and just apend new players and remove leaving players.
The text was updated successfully, but these errors were encountered: