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
While existing player fields such as lastLogin or groups apply globally, there can also be fields that are specific to a server, such as timePlayed or mcMMOPowerLevel. We need to refactor the player type to support these properties. Perhaps with an intermediate type.
While existing player fields such as
lastLoginorgroupsapply globally, there can also be fields that are specific to a server, such astimePlayedormcMMOPowerLevel. We need to refactor the player type to support these properties. Perhaps with an intermediate type.