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 database to handle extremely large player servers. Uses to store
effectively a disk-based hashmap of name to UUIDs. Hashmap is not stored
in memory because it is rarely used and would be a waste.