JP5M Docs
TebexDiscord
  • About JP5M
  • Paid Scripts
    • jp-refstart
      • Installation
      • Configuration
      • Admin Panel
  • jp-dutyblips
    • Installation
    • Configuration
  • jp-multijob
    • Installation
    • Configuration
  • jp-territories
    • Installation
    • Configuration
      • Base Configuration
      • Territory Configuration
      • Add-ons
  • Free Scripts
    • jp-elevator
      • Installation
      • Configuration
Powered by GitBook
On this page
  • Public Jobs Tab
  • Excluded Jobs
  1. jp-multijob

Configuration

How to configure the Script to your liking

Config.Command = "jobs" 

Change the access command to the Job Menu here.

Public Jobs Tab

Config.useNonWhitelistedJobMenu = true
Config.nonWhitelistedJobs = {
    "mechanic",
    "trucker",
    "garbage",
    "taxi",
    "bus"
}

You can disable the public job tab here, as well as configure the jobs that are available for players. Make sure these jobs actually exist.

Config.toggleAutoFilter = true

If the AutoFilter is enabled, the script will automatically sort out jobs that are in your Config.nonWhitelistedJobs and the player grade is 0. This is because we dont want to save player jobs, if they can just as well get them back in the public jobs tab.

Excluded Jobs

-- Jobs which should not get saved in database aka. job menu
Config.excludeJobs = {
    "unemployed"
}

You can also manually add jobs which should not get saved in the players job tab. This could be usefull for temporary or overall limited jobs.

PreviousInstallationNextjp-territories

Last updated 1 month ago