Skip to main content
Modules are an easy way for Drugs Creator to replace certain default features (notify, progress bar, stash, logs). To choose an existing module, open the /drugscreator 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 drugs_creator/_modules/dispatch 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