From 14899c64f2264dfd12952e605e643279bca515e6 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Wed, 15 Jun 2022 22:07:55 +0200 Subject: [PATCH] updated version and description --- .../Features/CustomTagsContextMenuFeature.cs | 2 +- PlayerTags/PlayerTags.csproj | 2 +- PlayerTags/PlayerTags.json | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/PlayerTags/Features/CustomTagsContextMenuFeature.cs b/PlayerTags/Features/CustomTagsContextMenuFeature.cs index 7bc8590..23d832e 100644 --- a/PlayerTags/Features/CustomTagsContextMenuFeature.cs +++ b/PlayerTags/Features/CustomTagsContextMenuFeature.cs @@ -39,7 +39,7 @@ namespace PlayerTags.Features { m_PluginConfiguration = pluginConfiguration; m_PluginData = pluginData; - + //m_ContextMenu = new ContextMenu(); //if (!m_ContextMenu.IsValid) //{ diff --git a/PlayerTags/PlayerTags.csproj b/PlayerTags/PlayerTags.csproj index d3f3480..e5dc305 100644 --- a/PlayerTags/PlayerTags.csproj +++ b/PlayerTags/PlayerTags.csproj @@ -1,6 +1,6 @@  - r00telement + Pilzinsel64 1.2.0.0 diff --git a/PlayerTags/PlayerTags.json b/PlayerTags/PlayerTags.json index d522eed..10df840 100644 --- a/PlayerTags/PlayerTags.json +++ b/PlayerTags/PlayerTags.json @@ -1,15 +1,15 @@ { - "Author": "r00telement", + "Author": "Pilzinsel64", "Name": "Player Tags", - "Description": "Lightweight job visibility in nameplates and chat. Create custom tags and add them to players with the context menu.", + "Description": "Lightweight job visibility in nameplates and chat. Create custom tags and add them to players with the context menu.\n\nYou want to contribute and help developing new features or want to extend existing? Feel free to open Fork and open a Pull Request!\n\nThis plugin was originally developed by r00telement but forked and continued by Pilzinsel64.", "Punchline": "Lightweight job visibility in nameplates and chat.", "Tags": [ "Jobs", "UI" ], "CategoryTags": [ "jobs", "UI" ], - "RepoUrl": "https://github.com/r00telement/PlayerTags", - "IconUrl": "https://github.com/r00telement/PlayerTags/raw/main/PlayerTags/Resources/Promo/Icon.png", + "RepoUrl": "https://github.com/Pilzinsel64/PlayerTags", + "IconUrl": "https://github.com/Pilzinsel64/PlayerTags/raw/main/PlayerTags/Resources/Promo/Icon.png", "ImageUrls": [ - "https://github.com/r00telement/PlayerTags/raw/main/PlayerTags/Resources/Promo/Nameplates_1.png", - "https://github.com/r00telement/PlayerTags/raw/main/PlayerTags/Resources/Promo/Chat_1.png" + "https://github.com/Pilzinsel64/PlayerTags/raw/main/PlayerTags/Resources/Promo/Nameplates_1.png", + "https://github.com/Pilzinsel64/PlayerTags/raw/main/PlayerTags/Resources/Promo/Chat_1.png" ], - "Changelog": "" + "Changelog": "Version 1.3\n- Updated for API v6\n- Disabled context menus for now (will be re-added soon with an another update)\n- Updated the plugin info" } \ No newline at end of file