This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodinfo.json
36 lines (36 loc) · 1.55 KB
/
modinfo.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
{
"mods": [
{
"name": "Mission Selector",
"authors": ["Chronophylos", "Relentless"],
"description": [
"Lets you switch through missions with configurable hotkeys like in Borderlands 3.\n",
"\n",
"Features:\n",
"- jump forwards and backwards in the active missions\n",
"- configurable hotkeys\n",
"\n",
"Notes:\n",
"- since this is often not the case with SDK mods: yes, this has multiplayer support if all players have it installed\n",
"\n",
"Everything related to versions and their release notes can be found in the [changelog](https://github.com/DAmNRelentless/bl2-missionselector/blob/main/CHANGELOG.md).\n",
"If you found a bug or you have a feature request, please use our issue tracker linked below."
],
"tagline": "Lets you switch through missions with configurable hotkeys like in Borderlands 3.",
"types": ["Utility"],
"supports": ["BL2", "TPS"],
"issues": "https://github.com/DAmNRelentless/bl2-missionselector/issues",
"source": "https://github.com/DAmNRelentless/bl2-missionselector",
"latest": "1.3.2",
"versions": {
"1.3.2": "https://github.com/DAmNRelentless/bl2-missionselector/releases/tag/v1.3.2",
"1.3.1": "https://github.com/DAmNRelentless/bl2-missionselector/releases/tag/v1.3.1",
"1.3.0": "https://github.com/DAmNRelentless/bl2-missionselector/releases/tag/v1.3.0"
},
"requirements": {
"EridiumLib": ">=0.4.2"
},
"license": "GNU GPLv3"
}
]
}