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
Added a method to chec if a team is registered.
Updated the code to follow these changes. (#58)
Real fix for the UHGameEndsEvent being called multiple times.
)
Fix: fixed team-teleportation not working with some players in the offline (NPE).
Fix: fixed team-teleportation without the UHTeam.teleportTo method.
Set
to store teams.Cache the association player <-> team.(Useless, the lists are small.)int UHTeam.getSize()
method.Set
to store players in a team.Set<UUID> UHTeam.getPlayersUUID()
method.The text was updated successfully, but these errors were encountered: