From 3a524f1b8d5bcf4a0b8846298f72989b7e87ef5c Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Thu, 16 Jun 2022 01:56:05 +0200 Subject: [PATCH] fix plugin info again --- PlayerTags/PlayerTags.csproj | 2 +- PlayerTags/PlayerTags.json | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/PlayerTags/PlayerTags.csproj b/PlayerTags/PlayerTags.csproj index d3f3480..880d694 100644 --- a/PlayerTags/PlayerTags.csproj +++ b/PlayerTags/PlayerTags.csproj @@ -1,6 +1,6 @@  - r00telement + r00telement;Pilzinsel64 1.2.0.0 diff --git a/PlayerTags/PlayerTags.json b/PlayerTags/PlayerTags.json index 3650eae..015b42b 100644 --- a/PlayerTags/PlayerTags.json +++ b/PlayerTags/PlayerTags.json @@ -1,15 +1,13 @@ { - "Author": "r00telement", + "Author": "r00telement, Pilzinsel64", "Name": "Player Tags", "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/Pilzinsel64/PlayerTags", - "IconUrl": "", "ImageUrls": [ "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": "" + ] } \ No newline at end of file