From 836a573995245490b3b6f28886d4f4f357ca7b6a Mon Sep 17 00:00:00 2001 From: Collin Date: Thu, 14 Mar 2024 14:57:59 +0000 Subject: [PATCH] first commit --- plugin.json | 10 ++++++++++ src/Plugin.php | 13 +++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 plugin.json create mode 100644 src/Plugin.php diff --git a/plugin.json b/plugin.json new file mode 100644 index 0000000..5ae1ca8 --- /dev/null +++ b/plugin.json @@ -0,0 +1,10 @@ +{ + "name": "Plugin", + "version": "1.0.0", + "main": { + "path": "src/Plugin.php", + "namespace": "Plugin", + "class": "MainClass" + }, + "build": false +} diff --git a/src/Plugin.php b/src/Plugin.php new file mode 100644 index 0000000..0cc2edb --- /dev/null +++ b/src/Plugin.php @@ -0,0 +1,13 @@ +GetLogger()->Load($this->GetName() . " has been enabled"); + } +}