-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
51 lines (45 loc) · 921 Bytes
/
mod.json
File metadata and controls
51 lines (45 loc) · 921 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
48
49
50
51
{
"geode": "5.0.0-beta.1",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "beat.afk_pause",
"name": "AFK Pause",
"version": "v1.1.0",
"developer": "Beat",
"description": "Automatically pauses the level if you go AFK",
"tags": [
"gameplay",
"enhancement",
"offline"
],
"links": {
"source": "https://github.com/beatacvr/geode-afkpause"
},
"settings": {
"enabled": {
"name": "Enabled",
"type": "bool",
"default": true
},
"suppress-notifications": {
"name": "Suppress Notifications",
"type": "bool",
"default": false
},
"attempt-threshold": {
"name": "Attempt Threshold",
"description": "How many attempts without input before pausing the game?",
"type": "int",
"default": 5,
"min": 3,
"max": 1000,
"control": {
"big-arrows": true
}
}
}
}