Configuration

Config Edit :

  • Command to open cooldown menu

PH.MenuCommand = "priority"

  • Job and grade permission to obtain a priority change

PH.AllowedJobs = {
    ['police'] = {
        minGrade = 3,
        maxGrade = 7
    },
}

  • Notifications

PH.Notifications = {
    NoPermission = "You do not have permission to use this command.",
    CooldownStart = "Cooldown started for ",
    CooldownUpdate = "Cooldown status updated: ",
}

Last updated