From 2e6fa61b4fd4cc367542132888e3be120d24880b Mon Sep 17 00:00:00 2001 From: DJj123dj <80536295+DJj123dj@users.noreply.github.com> Date: Sun, 31 May 2026 17:15:50 +0200 Subject: [PATCH] Updated example plugin --- plugins/example-plugin/README.md | 2 +- plugins/example-plugin/plugin.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/example-plugin/README.md b/plugins/example-plugin/README.md index 0f11476..01cc3ee 100644 --- a/plugins/example-plugin/README.md +++ b/plugins/example-plugin/README.md @@ -1,4 +1,4 @@ # Example Plugin -A simple example of an Open Ticket v4 plugin! +A basic example plugin for developers that want to create their own plugin. > Use this plugin as a starter template for all your custom plugins! \ No newline at end of file diff --git a/plugins/example-plugin/plugin.json b/plugins/example-plugin/plugin.json index 2933a4c..e088f27 100644 --- a/plugins/example-plugin/plugin.json +++ b/plugins/example-plugin/plugin.json @@ -3,7 +3,7 @@ "id":"example-plugin", "version":"1.0.0", "startFile":"index.ts", - "supportedVersions":["OTv4.0.x","OTv4.1.x","OTv4.2.x"], + "supportedVersions":["OTv4.2.x"], "enabled":false, "priority":0, @@ -16,8 +16,8 @@ "details":{ "author":"DJj123dj", "contributors":[], - "shortDescription":"A simple template for an Open Ticket v4 plugin!", - "longDescription":"A simple example of an Open Ticket v4 plugin!", + "shortDescription":"A basic example plugin for developers that want to create their own plugin.", + "longDescription":"A basic example plugin for developers that want to create their own plugin.", "imageUrl":"", "projectUrl":"", "tags":["template","example","default"]