-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.json
executable file
·73 lines (73 loc) · 1.8 KB
/
mod.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"geode": "4.0.1",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"id": "techstudent10.creation_rotation",
"name": "Creation Rotation",
"version": "v1.0.0-beta.9",
"developer": "TechStudent10",
"description": "Wulzy's Creation Rotation as a mod",
"resources": {
"sprites": [
"resources/*.png"
],
"files": [
"resources/certs/*.pem"
]
},
"dependencies": [
{
"id": "cvolton.level-id-api",
"version": ">=v1.1.0",
"importance": "required"
},
{
"id": "geode.node-ids",
"version": ">=v1.17.0",
"importance": "required"
}
],
"settings": {
"server-url": {
"name": "Server URL",
"type": "string",
"default": "wss://creationrotation.underscored.me",
"description": "The Creation Rotation server URL",
"filter": "1234567890qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM.:/"
},
"hide-code": {
"name": "Hide Lobby Code",
"type": "bool",
"default": false,
"description": "Hides the lobby code on the lobby screen and the join popup"
},
"delete-lvls": {
"name": "Delete Levels when done",
"type": "bool",
"default": true,
"description": "Delete levels when you're done with them. This does not include the last turn when you receive your level back. Useful if you wanna keep the older versions of levels."
},
"admin-button": {
"name": "Admin",
"type": "custom:admin-button",
"description": "Administrator panel. Will not work without password."
}
},
"links": {
"community": "https://discord.gg/U6FCeekqdt",
"source": "https://github.com/TechStudent10/CreationRotation"
},
"issues": {
"info": "Report issues to the GH page",
"url": "https://github.com/TechStudent10/CreationRotation/issues"
},
"tags": [
"editor",
"enhancement",
"online"
]
}