From a57705f5dfd8d1c94bf1fb8dd7d6a0720c298c50 Mon Sep 17 00:00:00 2001 From: MagicBot <magicbot@magicbane.com> Date: Mon, 12 Aug 2024 16:23:02 +0000 Subject: [PATCH] Update 'Plugin System' --- Plugin-System.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin-System.md b/Plugin-System.md index 110e868..9c07791 100644 --- a/Plugin-System.md +++ b/Plugin-System.md @@ -1,6 +1,6 @@  -The Docker image when starting executes any .mbp (magicbane patch) files in the ./mbconf directory. +The Docker image when starting executes any .mbp (magicbane patch) files in the ./mbconf directory. These files are meant to contain sql instructions. The supplied database can be modified in this manner. Combined with a matching code branch this can comprise a plugin offering server customization to MagicBox admins not using external databases or bare metal servers.