-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmod.json
More file actions
40 lines (40 loc) · 975 Bytes
/
mod.json
File metadata and controls
40 lines (40 loc) · 975 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
{
"geode": "5.3.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "km7dev.server_api",
"name": "Server API",
"version": "v4.0.0",
"developer": "km7dev",
"description": "An API for using other GD servers",
"api": {
"include": ["include/*.hpp"]
},
"tags": ["api", "developer"],
"early-load": true,
"links": {
"source": "https://github.com/kingminer7/server-api",
"community": "https://discord.gg/Vj5Mcennph",
"homepage": "https://km7dev.tech"
},
"issues": {
"info": "Report issues in my Discord server.",
"url": "https://discord.gg/Vj5Mcennph"
},
"settings": {
"open-debug": {
"type": "custom:popup-setting",
"name": "Open Debug Menu"
},
"audio-fix": {
"type": "bool",
"name": "Disable NCS Fix",
"description": "Disables replacing Newgrounds download URLs with Private Server URLs.",
"default": false
}
}
}