CurrencyAlertClassic/Data/samplePlugin.json
2020-07-15 01:48:32 +02:00

12 lines
378 B
JSON

{
"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",
"ApplicableVersion": "any",
"Tags": ["sample", "plugin", "goats"],
"DalamudApiLevel": 1
}