From abf3312158faeb142512cfe303b26b779b5d68a5 Mon Sep 17 00:00:00 2001 From: Anna Date: Fri, 14 Jan 2022 15:30:26 -0500 Subject: [PATCH] chore: add dalamudpackager and manifest --- ChatTwo/ChatTwo.csproj | 1 + ChatTwo/ChatTwo.yaml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100755 ChatTwo/ChatTwo.yaml diff --git a/ChatTwo/ChatTwo.csproj b/ChatTwo/ChatTwo.csproj index 006ae98..3fd02ae 100755 --- a/ChatTwo/ChatTwo.csproj +++ b/ChatTwo/ChatTwo.csproj @@ -47,6 +47,7 @@ + diff --git a/ChatTwo/ChatTwo.yaml b/ChatTwo/ChatTwo.yaml new file mode 100755 index 0000000..928de2e --- /dev/null +++ b/ChatTwo/ChatTwo.yaml @@ -0,0 +1,16 @@ +name: Chat 2 +author: ascclemens +punchline: Electric Boogaloo - ♪ A whole new chat, a new fantastic chat window ♪ +description: |- + Chat 2 is a complete rewrite of the in-game chat window as a plugin. It + supports: + + - Unlimited tabs + - Tabs that always send to a certain channel + - More flexible filtering + - RGB channel colouring + - Completely variable font size + - Sidebar tabs + - Unread counts + - Screenshot mode (obfuscate names) +repo_url: https://git.annaclemens.io/ascclemens/ChatTwo