-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginmaster.json
More file actions
21 lines (21 loc) · 1.5 KB
/
Copy pathpluginmaster.json
File metadata and controls
21 lines (21 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
{
"Author": "SaMo (fork: Originaljsx)",
"Name": "PvP Tracker (API 15)",
"Punchline": "PvP match history and stats tracker — Dalamud API 15 fork.",
"Description": "Record, browse and filter your Crystalline Conflict, Frontline and Rival Wings match history, view match scoreboards and view aggregated statistics like win rate and average damage dealt per match. Community fork of wrath16/PvpStats restoring compatibility with Dalamud API 15 (FFXIV patch 7.5).",
"InternalName": "PvpStatsApi15",
"AssemblyVersion": "2.6.11.0",
"TestingAssemblyVersion": null,
"RepoUrl": "https://github.com/Originaljsx/PvpStats-api15",
"ApplicableVersion": "any",
"DalamudApiLevel": 15,
"Tags": ["pvp", "statistics", "crystalline-conflict", "frontline", "rival-wings"],
"CategoryTags": ["utility"],
"DownloadLinkInstall": "https://github.com/Originaljsx/PvpStats-api15/releases/latest/download/latest.zip",
"DownloadLinkUpdate": "https://github.com/Originaljsx/PvpStats-api15/releases/latest/download/latest.zip",
"DownloadLinkTesting": "https://github.com/Originaljsx/PvpStats-api15/releases/latest/download/latest.zip",
"IconUrl": "https://raw.githubusercontent.com/Originaljsx/PvpStats-api15/master/images/icon.png",
"Changelog": "Switched IINACT integration from file-tailing to OverlayPlugin-compatible WebSocket (ws://127.0.0.1:10501/ws — same protocol cactbot uses). More reliable, no file path / encoding / locking issues. Drops file-tailing as the active source."
}
]