Updated plugin system. /JL

This commit is contained in:
2025-02-21 17:08:46 +01:00
parent 45520fc412
commit ea9ad1702b
7 changed files with 171 additions and 75 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"name": "Example Plugin",
"version": "1.0",
"module": "example_plugin",
"description": "An example plugin that prints a message."
}