-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmod.json
More file actions
47 lines (46 loc) · 1005 Bytes
/
mod.json
File metadata and controls
47 lines (46 loc) · 1005 Bytes
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
{
"geode": "4.0.0",
"gd": {
"win": "2.2074",
"mac": "2.2074",
"android": "2.206",
"ios": "2.206"
},
"version": "v3.0.0-beta.11",
"tags": [
"utility"
],
"id": "fig.zbot",
"name": "zBot",
"developer": "fig",
"description": "Geometry Dash Replay Bot",
"dependencies": [
{
"id": "geode.custom-keybinds",
"version": "v1.10.0",
"importance": "required"
}
],
"resources": {
"files": [
"resources/*.ttf",
"resources/*.zip"
]
},
"settings": {
"product_key": {
"type": "string",
"name": "zBot Product Key",
"description": "Your zBot Product Key (see mod description for purchase information)",
"default": "",
"match": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$|^$",
"filter": "abcdef0123456789-"
}
},
"early-load": true,
"links": {
"homepage": "https://zbot.figmentcoding.me/",
"source": "https://github.com/FigmentBoy/zBot",
"community": "https://discord.gg/pPSAU6Ugka"
}
}