summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorstuebinm2021-12-16 22:21:39 +0100
committerstuebinm2021-12-16 22:21:39 +0100
commita318f848178cade371abfa01a36bf15bab6ec58f (patch)
tree5aee3f70a106e094170e114d08556f997ceab7ea /config.json
parent7c29b52da8e1d73b26c74f278cfc66bb0febed16 (diff)
special handling of world:// and assembly names
these now have their own top-level config attribute which is essentially a shorthand for setting one that's deeper nested.
Diffstat (limited to 'config.json')
-rw-r--r--config.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.json b/config.json
index 0a2f914..35196df 100644
--- a/config.json
+++ b/config.json
@@ -1,5 +1,6 @@
{
"AssemblyTag":"assemblyname",
+ "Assemblies":["test", "metalab"],
"ScriptInject":null,
"AllowScripts":false,
"MaxLintLevel":"Warning",
@@ -14,8 +15,6 @@
"world" : {
"scope" : ["map"],
"substs" : {
- "lounge" : "/@/lalala",
- "lobby" : "/@/lounge"
}
},
"bbb" : {