diff --git a/pluginmaster.json b/pluginmaster.json index 5c7039d..b44cf4a 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -14,5 +14,20 @@ "DownloadLinkTesting": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/plugins/HUD Manager/latest.zip", "DownloadLinkUpdate": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/plugins/HUD Manager/latest.zip", "LastUpdated": "1622770041" + }, + { + "Author": "ascclemens", + "Name": "Quest Map", + "Description": "Shows a map of quests.", + "InternalName": "Quest Map", + "AssemblyVersion": "1.0.0.0", + "ApplicableVersion": "any", + "DalamudApiLevel": 3, + "DownloadLinkInstall": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/plugins/Quest Map/latest.zip", + "IsHide": false, + "IsTestingExclusive": false, + "DownloadLinkTesting": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/plugins/Quest Map/latest.zip", + "DownloadLinkUpdate": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/plugins/Quest Map/latest.zip", + "LastUpdated": "1626212503" } ] \ No newline at end of file diff --git a/plugins/Quest Map/Quest Map.json b/plugins/Quest Map/Quest Map.json new file mode 100644 index 0000000..23ea6b0 --- /dev/null +++ b/plugins/Quest Map/Quest Map.json @@ -0,0 +1,10 @@ +{ + "Author": "ascclemens", + "Name": "Quest Map", + "InternalName": "Quest Map", + "AssemblyVersion": "1.0.0.0", + "Description": "Shows a map of quests.", + "ApplicableVersion": "any", + "DalamudApiLevel": 3, + "LoadPriority": 0 +} \ No newline at end of file diff --git a/plugins/Quest Map/latest.zip b/plugins/Quest Map/latest.zip new file mode 100644 index 0000000..2677cc6 Binary files /dev/null and b/plugins/Quest Map/latest.zip differ