Customize

Customize/Customize.lua
Customize = {
    AllPlayerRefresh = 60000, --(60000: 1min)
    PlayerImage = true,
    UIColor = '#92FFA2',

    PlayerList = {
        OpenKeyPress = '*',
        OpenCommand = 'PlayerList'
    },

    ShowID = {
        ShowID = true,
        OnlyID = false,
        Distance = 6,
        OpenKeyPress = '-',
        OpenCommand = 'ShowID'
    }
}

Last updated