From cd26385f6c787198f512200e8db749af2933756a Mon Sep 17 00:00:00 2001 From: Camille Date: Sat, 11 Dec 2021 15:17:15 +0100 Subject: [PATCH] code cleanup --- Data/{samplePlugin.json => currencyAlert.json} | 0 SamplePlugin/CurrencyAlert.csproj | 18 ++++-------------- SamplePlugin/currencyAlert.json | 13 +++++++++++++ 3 files changed, 17 insertions(+), 14 deletions(-) rename Data/{samplePlugin.json => currencyAlert.json} (100%) create mode 100644 SamplePlugin/currencyAlert.json diff --git a/Data/samplePlugin.json b/Data/currencyAlert.json similarity index 100% rename from Data/samplePlugin.json rename to Data/currencyAlert.json diff --git a/SamplePlugin/CurrencyAlert.csproj b/SamplePlugin/CurrencyAlert.csproj index 4106336..ed5a11e 100644 --- a/SamplePlugin/CurrencyAlert.csproj +++ b/SamplePlugin/CurrencyAlert.csproj @@ -3,8 +3,8 @@ - 0.0.0.1 - A sample plugin. + 0.1.0.0 + Currency Alert https://github.com/goatcorp/SamplePlugin @@ -17,25 +17,15 @@ true false false - $(AppData)\XIVLauncher\devPlugins\SamplePlugin\ + $(AppData)\XIVLauncher\devPlugins\CurrencyAlert\ - - - PreserveNewest - - - PreserveNewest - false - - - $(appdata)\XIVLauncher\addon\Hooks\dev\ - + $(DalamudLibPath)FFXIVClientStructs.dll false diff --git a/SamplePlugin/currencyAlert.json b/SamplePlugin/currencyAlert.json new file mode 100644 index 0000000..21877f6 --- /dev/null +++ b/SamplePlugin/currencyAlert.json @@ -0,0 +1,13 @@ +{ + "Author": "Lharz Zobby@Ragnarok", + "Name": "Currency Alert", + "Punchline": "A short one-liner that shows up in /xlplugins.", + "Description": "A description that shows up in /xlplugins. List any major slash-command(s).", + "InternalName": "currencyAlert", + "ApplicableVersion": "any", + "Tags": [ + "plugin", + "currency", + "tomestones" + ] +}