-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmod.json
49 lines (49 loc) · 1.09 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
{
"geode": "4.0.1",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"id": "sorkopiko.noratelimit",
"name": "No Rate Limit",
"version": "v1.0.7",
"developer": "SorkoPiko",
"description": "Prevents you from getting rate-limited by Robtop's API",
"links": {
"source": "https://github.com/SorkoPiko/NoRateLimit",
"community": "https://discord.gg/8uPFxhxBX9"
},
"tags": [
"performance",
"utility",
"online",
"enhancement",
"bugfix"
],
"settings": {
"maxReqs": {
"name": "Max Requests per Minute",
"description": "The maximum amount of requests you can make to Robtop's API per minute (you get banned at 100)",
"type": "int",
"default": 90,
"min": 10,
"max": 99,
"control": {
"slider": true
}
},
"maxDownloadLevelReqs": {
"name": "Max Level Download Requests per Minute",
"description": "The maximum amount of level download requests you can make to Robtop's API per minute (you get banned at 20)",
"type": "int",
"default": 18,
"min": 5,
"max": 19,
"control": {
"slider": true
}
}
}
}