-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
54 lines (54 loc) · 1.45 KB
/
Copy pathmod.json
File metadata and controls
54 lines (54 loc) · 1.45 KB
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
{
"geode": "5.7.1",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "m336.rate-button",
"name": "Rate Button (GDPS only)",
"version": "v1.0.0",
"developer": "M336",
"description": "Rate levels like RobTop!",
"links": {
"source": "https://github.com/M336G/RateButton"
},
"issues": {
"info": "Having an issue with the mod?",
"url": "https://github.com/M336G/RateButton/issues"
},
"tags": [
"online",
"utility",
"interface"
],
"settings": {
"extra-settings": {
"type": "title",
"name": "Extra Settings"
},
"disable-daily-button": {
"name": "Disable Daily Button",
"description": "Disable the small green 'Set Daily' button appearing in the interface allowing you to set the level for daily easily",
"type": "bool",
"default": false
},
"disable-weekly-button": {
"name": "Disable Weekly Button",
"description": "Disable the small green 'Set Week' button appearing in the interface allowing you to set the level for weekly easily",
"type": "bool",
"default": false
},
"disable-send-only-button": {
"name": "Disable Send Only Button",
"description": "Disable the small green 'Send Only' button appearing in the interface allowing you to only suggest the level and not actually rate it",
"type": "bool",
"default": true
}
},
"dependencies": {
"geode.node-ids": ">=v1.23.3",
"km7dev.server_api": { "version": ">=v4.0.0", "required": false }
}
}