commit 86342a5853b08fc8e0fd946e1c602be5a5a8b55c
parent 5a07647f39affcbdce6a801851e014f3002a1f4c
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 23 Mar 2016 21:37:34 +0100
Add Plugin Variables to default conf
Diffstat:
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/config/default.json b/config/default.json
@@ -12,6 +12,11 @@
{
"name": "MTRNord"
}
+ ],
+ "plugins": [
+ {
+ "name": "PLUGIN_NAME"
+ }
]
}
],
@@ -25,5 +30,12 @@
"name": "MTRNord",
"Steam_ID": "STEAMID"
}
+ ],
+ "aviable_plugins": [
+ {
+ "name": "PLUGIN_NAME",
+ "version": "x.x.x",
+ "path": ""
+ }
]
}