CurrencyAlertClassic/Data/samplePlugin.json

12 lines
378 B
JSON
Raw Normal View History

{
"Author": "your name here",
"Name": "Sample Plugin",
"Description": "A simple description that shows up in /xlplugins. List any major slash-command(s).",
"InternalName": "samplePlugin",
"AssemblyVersion": "1.0.0.0",
"RepoUrl": "https://github.com/yourName/yourRepo",
2020-06-08 11:39:23 +00:00
"ApplicableVersion": "any",
2020-07-14 23:48:32 +00:00
"Tags": ["sample", "plugin", "goats"],
"DalamudApiLevel": 1
}