CurrencyAlertClassic/Data/currencyAlert.json

14 lines
342 B
JSON
Raw Normal View History

{
"Author": "your name here",
"Name": "Sample Plugin",
2021-08-26 14:11:18 +00:00
"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",
2020-06-08 11:39:23 +00:00
"ApplicableVersion": "any",
2021-08-26 14:11:18 +00:00
"Tags": [
"sample",
"plugin",
"goats"
]
}