-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
29 lines (29 loc) · 1.08 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
{
"geode": "1.3.5",
"version": "v1.0.2",
"id": "cvolton.robtop_bot",
"name": "RobTop Bot",
"developer": "Cvolton",
"description": "The worst bot ever made, now at your fingertips...",
"repository": "https://github.com/cvolton/robtopbot-geode",
"settings": {
"show-playing": {
"name": "Show Playback text",
"description": "Shows \"Playback\" in the corner when ",
"type": "bool",
"default": true
},
"record-actions": {
"name": "Record replays for online levels",
"description": "Records replays for online levels and stores them in your save file (CCGameManager.dat).",
"type": "bool",
"default": false
},
"download-verification-replay": {
"name": "Try to download verification replays (GDPS only)",
"description": "Tries to download verification replays for online levels. This option has been disabled server-side by RobTop, so it only works on private servers.",
"type": "bool",
"default": false
}
}
}