2020-04-28 20:21:51 +00:00
|
|
|
{
|
|
|
|
"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"],
|
2021-06-23 17:05:59 +00:00
|
|
|
"DalamudApiLevel": 3
|
2020-04-28 20:21:51 +00:00
|
|
|
}
|