Skip to main content
By default, the search action uses Jobs Creator’s built-in search behavior. If you want to use your own stash, safe, or armory system instead, you can replace it with a custom module.

How to replace it

1

Navigate to the modules folder

Go to the jobs_creator/_modules folder.
2

Find the search module type

Look for the existing search-type module to use as a template.
3

Duplicate the module

Copy the existing search module and paste it in the same folder.
4

Rename the copy

Rename the pasted copy to match your integration (e.g. my_stash_search.lua).
5

Open the file

Open the newly renamed file.
6

Modify the events

Edit the file’s content so it calls the events/exports of your own stash, safe, or armory script instead of the default ones.
7

Select the module in-game

Open the /jobscreator menu, go to settings, and choose your new module for the job.
For more details on how modules work in general, see the Modules page.