From eb8312ad1bbd506de64db409e1abe945e7a76614 Mon Sep 17 00:00:00 2001 From: aRkker Date: Fri, 6 May 2022 13:19:03 +0300 Subject: [PATCH] arrays --- pluginmaster.json | 62 ++++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 30 deletions(-) diff --git a/pluginmaster.json b/pluginmaster.json index 600979b..59f5451 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -1,30 +1,32 @@ -{ - "Author": "aRkker", - "Name": "World Map Enhancer", - "InternalName": "WorldMapEnhancer", - "AssemblyVersion": "1.0.0.0", - "Description": "Simply zoom out by right clicking the world map, like God intended it", - "ApplicableVersion": "any", - "Tags": [ - "world", - "map", - "enhance", - "rightclick", - "zoom" - ], - "DalamudApiLevel": 6, - "LoadPriority": 0, - "Punchline": "Right click to zoom out the big map", - "IsHide": "False", - "IsTestingExclusive": "False", - "DownloadCount": 0, - "CategoryTags": [ - "utility", - "other", - "ui" - ], - "LastUpdate": "1651831190", - "DownloadLinkInstall": "https://raw.githubusercontent.com/aRkker/DalamudPlugins/master/plugins/WorldMapEnhancer/latest.zip", - "DownloadLinkTesting": "https://raw.githubusercontent.com/aRkker/DalamudPlugins/master/plugins/WorldMapEnhancer/latest.zip", - "DownloadLinkUpdate": "https://raw.githubusercontent.com/aRkker/DalamudPlugins/master/plugins/WorldMapEnhancer/latest.zip" -} \ No newline at end of file +[ + { + "Author": "aRkker", + "Name": "World Map Enhancer", + "InternalName": "WorldMapEnhancer", + "AssemblyVersion": "1.0.0.0", + "Description": "Simply zoom out by right clicking the world map, like God intended it", + "ApplicableVersion": "any", + "Tags": [ + "world", + "map", + "enhance", + "rightclick", + "zoom" + ], + "DalamudApiLevel": 6, + "LoadPriority": 0, + "Punchline": "Right click to zoom out the big map", + "IsHide": "False", + "IsTestingExclusive": "False", + "DownloadCount": 0, + "CategoryTags": [ + "utility", + "other", + "ui" + ], + "LastUpdate": "1651831190", + "DownloadLinkInstall": "https://raw.githubusercontent.com/aRkker/DalamudPlugins/master/plugins/WorldMapEnhancer/latest.zip", + "DownloadLinkTesting": "https://raw.githubusercontent.com/aRkker/DalamudPlugins/master/plugins/WorldMapEnhancer/latest.zip", + "DownloadLinkUpdate": "https://raw.githubusercontent.com/aRkker/DalamudPlugins/master/plugins/WorldMapEnhancer/latest.zip" + } +] \ No newline at end of file