updated version and description

This commit is contained in:
2022-06-15 22:07:55 +02:00
parent b43935fb7e
commit 14899c64f2
3 changed files with 9 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ namespace PlayerTags.Features
{
m_PluginConfiguration = pluginConfiguration;
m_PluginData = pluginData;
//m_ContextMenu = new ContextMenu();
//if (!m_ContextMenu.IsValid)
//{

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>r00telement</Authors>
<Authors>Pilzinsel64</Authors>
<Version>1.2.0.0</Version>
</PropertyGroup>

View File

@@ -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"
}