Create cubzh.json
Browse files- cubzh.json +15 -0
cubzh.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"script": "cubzh.lua",
|
3 |
+
"env": {
|
4 |
+
"USER_AUTH": "disabled",
|
5 |
+
"CUBZH_MENU": "disabled",
|
6 |
+
"CHAT_CONSOLE_DISPLAY": "always"
|
7 |
+
},
|
8 |
+
"contributors": [
|
9 |
+
{ "caillef": 0.4 },
|
10 |
+
{ "tantris": 0.4 },
|
11 |
+
{ "aduermael": 0.2 }
|
12 |
+
],
|
13 |
+
"map": "map.b64",
|
14 |
+
"bundle": []
|
15 |
+
}
|