myaac/plugins/example-settings-plugin.json
2020-06-09 23:48:31 +02:00

12 lines
232 B
JSON

{
"enabled": 1,
"name": "Example Settings Plugin",
"description": "This is just an example of a Plugin for MyAAC.",
"version": "1.0",
"author": "nobody",
"contact": "nobody@example.org",
"require": {
"myaac": "0.9.0"
}
}