𧩠Plugins
Welcome to the Open Ticket guide about installing & managing plugins in Open Ticket.
Plugins allow you to extend Open Ticketβs functionality beyond the default features. This guide will explain what plugins are, how to install them, and where to find them. At the end, youβll also find a list of recommended plugins to get started.
Visit this guide if you want to develop your own plugins

Plugins
Extending Open Ticket's functionality
π What Are Plugins?β
Plugins are extra modules that modify or expand Open Ticket. The posibilities are endless, but here are a few examples of what they allow you to do:
- β Use alternative databases instead of JSON files.
- β Log tickets & actions to external services.
- β Add custom automation for ticket management.
- β Add new commands to the bot.
- β Edit all messages, embeds, buttons & dropdowns.
- β Replace existing features of the bot.
- β Modify how Open Ticket handles users, messages, stats and commands.
- And so much more!
Plugins are optional but highly recommended for advanced customization and large servers.
π₯ Installing Pluginsβ
π Where to Get Plugins?β
All official Open Ticket plugins can be found at the Open Discord plugin repository. All plugins in this repository are malware-free and tested for virusses, bugs and vulnerabilities! Downloading plugins from any other location are not guaranteed to have this protection.
Why does it say Open Discord
? Well, Open Discord is the framework on which Open Ticket is built.
All plugins are technically using the Open Discord API. If we ever decide to create another Open Discord based bot, most plugins will also work with those bots!
π¦ How to Install a Plugin?β
- Download the plugin folder from the official plugin repository.
- Unzip the plugin & move it to the Open Ticket
./plugins/
folder. - Open Ticket will automatically detect and load the plugin when restarted.
- Make sure
"enabled"
is set totrue
inplugin.json
. - Some plugins might also require additional configuration in their
config.json
.
π Updating Pluginsβ
- Check the plugin repository regularly for updates.
- Replace the old plugin folder with the new version and follow the installation steps.
- Restart Open Ticket to apply the changes.
π» Developing Pluginsβ
Start developing Open Ticket plugins by following this guide: