-
Notifications
You must be signed in to change notification settings - Fork 1
/
pluginmaster.json
33 lines (33 loc) · 1.17 KB
/
pluginmaster.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
[
{
"Author": "Stack",
"Name": "Ultimate Combo",
"InternalName": "UltimateCombo",
"AssemblyVersion": "1.0.0.50",
"Description": "Brand new combos like never before - 1 button mode included! Features extra functionality not in other combo plugins like PvP, Blue Mage, Eureka, and Bozja!",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/StackBLU/UltimateCombo",
"DownloadLinkInstall": "https://raw.githubusercontent.com/StackBLU/UltimateCombo/main/releaseUploads/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/StackBLU/UltimateCombo/main/releaseUploads/latest.zip",
"Tags": [
"ultimate",
"combo",
"ultimatecombo",
"stack",
"blue",
"bluemage",
"eureka",
"bozja"
],
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"ImageUrls": [
"https://raw.githubusercontent.com/StackBLU/UltimateCombo/main/images/logoWide.png"
],
"IconUrl": "https://raw.githubusercontent.com/StackBLU/UltimateCombo/main/images/logo.png",
"Punchline": "The only combo plugin you'll ever need!",
"AcceptsFeedback": false
}
]