PlayerData

fun PlayerData(    nickName: String? = null,     balance: Double = 0.0,     chatColor: String? = null,     chatPingsEnabled: Boolean = true,     discordID: Long? = null,     homes: MutableMap<String, LocationHolder> = mutableMapOf(),     kitClaimTimes: MutableMap<String, Long> = mutableMapOf())

Parameters

nickName

the players nickname or null if they don't have one

balance

the money the user has

chatColor

the saved chatcolor of the player

chatPingsEnabled

true if the player gets chat pings, false otherwise

homes

the homes they have. the key is the home name, the value is the location.

kitClaimTimes

the map of kitname and system time claimed