14 lines
342 B
JSON
14 lines
342 B
JSON
{
|
|
"Author": "your name here",
|
|
"Name": "Sample Plugin",
|
|
"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": "samplePlugin",
|
|
"ApplicableVersion": "any",
|
|
"Tags": [
|
|
"sample",
|
|
"plugin",
|
|
"goats"
|
|
]
|
|
}
|