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
The prototype for the HypixelBedWars class is almost done. It uses a HypixelBedWarsMode to regulate it's game modes. It also uses a HypixelBedWarsStats class to moderate each mode and retrieve information about overall BedWars information. If possible, this pattern should be replicated to other HypixelGame's with sub-modes. If not, a stand alone class with methods to retrieve information should be adequate.