Skip to content

Commit

Permalink
[CI] updated pluginmaster.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 2, 2023
1 parent 6529071 commit 5b318f2
Showing 1 changed file with 14 additions and 39 deletions.
53 changes: 14 additions & 39 deletions pluginmaster.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,41 @@
"Name": "ChatGPT for FFXIV",
"Description": "Lets you interact with ChatGPT through the in-game chat. Configuration requires an API key.",
"Punchline": "has science gone too far?",
"Changelog": "",
"Changelog": "- updated to Dalamud API9",
"Tags": [
"ui",
"chat",
"ai"
],
"InternalName": "ChatGPTPlugin",
"AssemblyVersion": "1.0.5.0",
"AssemblyVersion": "1.0.6.0",
"RepoUrl": "https://github.com/Eisenhuth/dalamud-chatgpt",
"ApplicableVersion": "any",
"DalamudApiLevel": 8,
"DalamudApiLevel": 9,
"IconUrl": "",
"ImageUrls": null,
"DownloadLinkInstall": "https://github.com/Eisenhuth/dalamud-chatgpt/releases/latest/download/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://github.com/Eisenhuth/dalamud-chatgpt/releases/latest/download/latest.zip",
"DownloadLinkUpdate": "https://github.com/Eisenhuth/dalamud-chatgpt/releases/latest/download/latest.zip",
"DownloadCount": 300,
"LastUpdated": 1679804649
"DownloadCount": 302,
"LastUpdated": 1696248877
},
{
"Author": "Eisenhuth",
"Name": "Nael'd it for UCOB",
"Description": "Translates Nael's quotes into mechanics.",
"Punchline": "because reading chat is not a mechanic",
"Changelog": "- added support for chinese (if client language isn't EN/DE/FR/JP)\n- this completes all languages that I currently have access to through APIs",
"Changelog": "-updated for Dalamud API v9",
"Tags": [
"ui"
],
"InternalName": "NaelPlugin",
"AssemblyVersion": "1.4.0.0",
"AssemblyVersion": "1.4.1.0",
"RepoUrl": "https://github.com/Eisenhuth/dalamud-nael",
"ApplicableVersion": "any",
"DalamudApiLevel": 8,
"DalamudApiLevel": 9,
"IconUrl": "",
"ImageUrls": [
"https://user-images.githubusercontent.com/47415874/229924485-b9589532-f193-47ec-ad97-973218d4c916.png"
Expand All @@ -48,24 +48,24 @@
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://github.com/Eisenhuth/dalamud-nael/releases/latest/download/latest.zip",
"DownloadLinkUpdate": "https://github.com/Eisenhuth/dalamud-nael/releases/latest/download/latest.zip",
"DownloadCount": 1403,
"LastUpdated": 1689387371
"DownloadCount": 1406,
"LastUpdated": 1696248725
},
{
"Author": "Eisenhuth",
"Name": "LogChamp",
"Description": "automatically deletes your ACT logs after a configurable amount of time",
"Punchline": "keep your ACT's FFXIVLogs folder in check",
"Changelog": "- added option to change the logs directory",
"Changelog": "- updated to Dalamud API9",
"Tags": [
"log",
"act"
],
"InternalName": "LogchampPlugin",
"AssemblyVersion": "1.0.3.0",
"AssemblyVersion": "1.0.4.0",
"RepoUrl": "https://github.com/Eisenhuth/dalamud-logchamp",
"ApplicableVersion": "any",
"DalamudApiLevel": 8,
"DalamudApiLevel": 9,
"IconUrl": "",
"ImageUrls": [
"https://user-images.githubusercontent.com/47415874/233871863-846e1485-fd0f-429e-bc23-3f6009478a16.png"
Expand All @@ -76,31 +76,6 @@
"DownloadLinkTesting": "https://github.com/Eisenhuth/dalamud-logchamp/releases/latest/download/latest.zip",
"DownloadLinkUpdate": "https://github.com/Eisenhuth/dalamud-logchamp/releases/latest/download/latest.zip",
"DownloadCount": 251,
"LastUpdated": 1691324174
},
{
"Author": "Eisenhuth",
"Name": "Dalamud Restart",
"Description": "quickly restarts the game",
"Punchline": "the option from the /xldev menu, now as a chat command",
"Changelog": "",
"Tags": [
"restart",
"utility"
],
"InternalName": "RestartPlugin",
"AssemblyVersion": "1.0.1.1",
"RepoUrl": "https://github.com/Eisenhuth/dalamud-restart",
"ApplicableVersion": "any",
"DalamudApiLevel": 8,
"IconUrl": "",
"ImageUrls": null,
"DownloadLinkInstall": "https://github.com/Eisenhuth/dalamud-restart/releases/latest/download/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://github.com/Eisenhuth/dalamud-restart/releases/latest/download/latest.zip",
"DownloadLinkUpdate": "https://github.com/Eisenhuth/dalamud-restart/releases/latest/download/latest.zip",
"DownloadCount": 255,
"LastUpdated": 1676169164
"LastUpdated": 1696248830
}
]

0 comments on commit 5b318f2

Please sign in to comment.