-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdalamud-plugins.json
More file actions
54 lines (53 loc) · 1.93 KB
/
Copy pathdalamud-plugins.json
File metadata and controls
54 lines (53 loc) · 1.93 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
[
{
"Author": "kamino",
"Name": "DutyGuide",
"Punchline": "Show current duty information.",
"Description": "Use /dutyguide to open the current duty guide in Browsingway. Requires Browsingway and an overlay named dutyguide.",
"InternalName": "DutyGuide",
"AssemblyVersion": "0.1.1.0",
"ApplicableVersion": "any",
"DalamudApiLevel": 15,
"Tags": [
"duty",
"guide"
],
"AcceptsFeedback": true,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"RepoUrl": "https://github.com/archiveduser/dutyguide-plugin",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkInstall": "https://github.com/archiveduser/dutyguide-plugin/releases/download/0.1.1.0/DutyGuide-0.1.1.0.zip",
"DownloadLinkUpdate": "https://github.com/archiveduser/dutyguide-plugin/releases/download/0.1.1.0/DutyGuide-0.1.1.0.zip",
"LastUpdate": "1780488553"
},
{
"Author": "kamino",
"Name": "SioSub",
"Punchline": "Listen to Socket.IO events and print messages to chat.",
"Description": "Connects to one or more Socket.IO servers, listens to configured events, and prints received text messages to selected in-game chat channels.",
"InternalName": "SioSub",
"AssemblyVersion": "0.1.4.0",
"ApplicableVersion": "any",
"DalamudApiLevel": 15,
"Tags": [
"socketio",
"chat",
"subscribe"
],
"AcceptsFeedback": true,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"RepoUrl": "https://github.com/archiveduser/siosub-plugin",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkInstall": "https://github.com/archiveduser/siosub-plugin/releases/download/0.1.4.0/SioSub-0.1.4.0.zip",
"DownloadLinkUpdate": "https://github.com/archiveduser/siosub-plugin/releases/download/0.1.4.0/SioSub-0.1.4.0.zip",
"LastUpdate": "1779191983"
}
]