forked from iArtie/FakeGDMod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
32 lines (32 loc) · 642 Bytes
/
Copy pathmod.json
File metadata and controls
32 lines (32 loc) · 642 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
{
"geode": "4.1.2",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"id": "bitz.fakegdmod",
"tags": [
"joke",
"content"
],
"settings": {
"modType": {
"name": "Moderator Type",
"description": "you can choose 1 = Moderator, 2 = Elder Moderator, 3 = Leaderboard Moderator",
"type": "int",
"default": 1,
"min": 1,
"max": 3
}
},
"links": {
"source": "https://github.com/iArtie/FakeGDMod",
"community": "https://discord.gg/gXg8w4xJDA"
},
"name": "FakeGDMod",
"version": "v1.0.1",
"developer": "BitZ",
"description": "A cool mod that make you a fake moderator"
}