Skip to main content

Installation

Basic installation instructions for wasabi_multijob v2.

danger

The resource folder must be named wasabi_multijob.

Before installing

  1. Install the required dependencies.
  2. Remove or disable any older multijob replacement you are migrating from.
  3. Make sure ox_lib, oxmysql, and your framework start before wasabi_multijob.
  4. Keep the public resource name as wasabi_multijob in your resources folder and server.cfg.
  1. Add the resource to your server resources folder as wasabi_multijob.
  2. Ensure dependencies and the resource in server.cfg:
ensure ox_lib
ensure oxmysql
ensure es_extended
ensure wasabi_multijob
  1. Configure the shared/client/server config files as needed.
  2. If using boss menu access points, make sure esx_society is installed and configured for your jobs.
  3. Restart the server. The wsb_multijob table is created automatically on first start.

Migrating from v1

  • No manual SQL import — v2 creates wsb_multijob automatically. Migrate existing job data if you were using a different table structure.
  • wasabi_bridge removed — framework integration is now bundled under bridge/.
  • Config.offDutyJob renamed — use Config.fallbackJob in config/shared/config.lua.
  • interactType replaced — use config.interact = 'ox_target' | 'qb-target' | 'drawText' in config/client/config.lua.

Final checklist

  • Resource folder is named wasabi_multijob.
  • ox_lib, oxmysql, and your framework start before wasabi_multijob.
  • Config files are reviewed for job limits, blacklist, duty zones, and interact backend.
  • Boss menu and duty zone locations are tested in-game after any coordinate changes.