joinTimes

abstract val joinTimes: MutableMap<UUID, Date>

A Map of the UUID of a player and the Date they logged in. This is a temporary cache. The players uuid will only be in the map if they are logged in to the server.