Skip to main content
Modules are an easy way for Jaksam Inventory to replace certain default features (gangs, progress bar, text UI, logs). To choose an existing module, open the /inventory admin menu, go to settings, and choose it. As easy as that.

Available Modules

Creating a Custom Module

Pick the category you want to create a module for. Each tab walks you through the exact steps for that category and gives you a ready-to-edit template.
1

Navigate to the modules folder

Go to the jaksam_inventory/_modules/gangs folder.
2

Duplicate an existing module

Copy an existing module (e.g. default) and paste it in the same folder as a template.
3

Rename the copy

Rename the pasted copy to match the integration you want to create.
4

Implement the required functions

Open the renamed file and edit it to match the events of the third-party script you’re integrating:

Related topics

Modules