-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmod.json
More file actions
78 lines (78 loc) · 2.45 KB
/
Copy pathmod.json
File metadata and controls
78 lines (78 loc) · 2.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"geode": "5.6.1",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "lil2kki.unverified-mods",
"name": "Unverified Mods",
"version": "v1.7.0",
"developer": "lil2kki",
"description": "Make you able to see unverified mods.",
"links": {
"community": "https://discord.com/invite/9e43WMKzhp",
"homepage": "https://geode-sdk.org/mods?status=pending&per_page=10&sort=downloads",
"source": "https://github.com/lil2kki/Unverified-Mods"
},
"settings": {
"Main prarms": {
"type": "title",
"name": "Main prarms"
},
"status": {
"name": "status",
"description": "Filter by mod version status (rejected is admin only)\nAvailable values : approved, rejected, pending, unlisted",
"type": "string",
"default": "pending",
"one-of": [ "pending", "accepted", "rejected", "unlisted" ]
},
"Extra prarms": {
"type": "title",
"name": "Extra prarms"
},
"gd": {
"name": "gd",
"description": "Geometry Dash version",
"default": "",
"filter": "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!№;%:?*()_+-=.,/|\"'@#$^&{}[]",
"type": "string"
},
"platforms": {
"name": "platforms",
"description": "Platforms that mods have to support, comma separated [win,android32,android64,mac,ios]\nExample : win,android32,android64",
"default": "",
"filter": "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!№;%:?*()_+-=.,/|\"'@#$^&{}[]",
"type": "string"
},
"tags": {
"name": "tags",
"description": "Tags that mods have to have, comma separated. Can only use allowed tags.\nExample : gameplay,enhancement",
"default": "",
"filter": "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!№;%:?*()_+-=.,/|\"'@#$^&{}[]",
"type": "string"
},
"geode": {
"name": "geode",
"description": "Geode version being used",
"default": "",
"filter": "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!№;%:?*()_+-=.,/|\"'@#$^&{}[]",
"type": "string"
},
"page": {
"name": "page",
"description": "Page number",
"default": "",
"filter": "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!№;%:?*()_+-=.,/|\"'@#$^&{}[]",
"type": "string"
},
"per_page": {
"name": "per_page",
"description": "Number of elements to fetch per page",
"default": "",
"filter": "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!№;%:?*()_+-=.,/|\"'@#$^&{}[]",
"type": "string"
}
}
}