diff --git a/pluginmaster.json b/pluginmaster.json index 3c1bcd2..60421a3 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -1,4 +1,27 @@ [ + { + "Author": "aRkker", + "Name": "CC wins tracker", + "InternalName": "CrystallineConflictWinsTracker", + "AssemblyVersion": "0.0.0.1", + "Description": "Tracks your CC wins and losses", + "ApplicableVersion": "any", + "Tags": [ + "pvp", + "stats" + ], + "DalamudApiLevel": 6, + "LoadPriority": 0, + "Punchline": "See how shite you are", + "Changelog": "0.0.0.1", + "LastUpdate": "", + "IsHide": "False", + "DownloadCount": 0, + "IsTestingExclusive": "False", + "DownloadLinkInstall": "https://raw.githubusercontent.com/aRkker/DalamudPlugins/master/plugins/CrystallineConflictWinsTracker/latest.zip", + "DownloadLinkTesting": "https://raw.githubusercontent.com/aRkker/DalamudPlugins/master/plugins/CrystallineConflictWinsTracker/latest.zip", + "DownloadLinkUpdate": "https://raw.githubusercontent.com/aRkker/DalamudPlugins/master/plugins/CrystallineConflictWinsTracker/latest.zip" + }, { "Author": "aRkker", "Name": "World Map Enhancer", @@ -17,7 +40,7 @@ "LoadPriority": 0, "Punchline": "Right click to zoom out the big map", "Changelog": "1.0.0.3\n Testing changelog :)\n\n1.0.0.4\n Removed some testing debug logs", - "LastUpdate": "1651840352", + "LastUpdate": "1651875912", "IsHide": "False", "DownloadCount": 0, "IsTestingExclusive": "False", diff --git a/plugins/CrystallineConflictWinsTracker/CrystallineConflictWinsTracker.json b/plugins/CrystallineConflictWinsTracker/CrystallineConflictWinsTracker.json new file mode 100644 index 0000000..f57497f --- /dev/null +++ b/plugins/CrystallineConflictWinsTracker/CrystallineConflictWinsTracker.json @@ -0,0 +1,16 @@ +{ + "Author": "aRkker", + "Name": "CC wins tracker", + "InternalName": "CrystallineConflictWinsTracker", + "AssemblyVersion": "0.0.0.1", + "Description": "Tracks your CC wins and losses", + "ApplicableVersion": "any", + "Tags": [ + "pvp", + "stats" + ], + "DalamudApiLevel": 6, + "LoadPriority": 0, + "Punchline": "See how shite you are", + "Changelog": "0.0.0.1" +} \ No newline at end of file diff --git a/plugins/CrystallineConflictWinsTracker/latest.zip b/plugins/CrystallineConflictWinsTracker/latest.zip new file mode 100644 index 0000000..4474cc5 Binary files /dev/null and b/plugins/CrystallineConflictWinsTracker/latest.zip differ