-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
21 lines (21 loc) · 745 Bytes
/
Copy pathplugin.json
File metadata and controls
21 lines (21 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"acpScripts": [ "admin.js" ],
"description": "A widget that shows stats from Mincraft data files",
"hooks": [
{ "hook": "filter:admin.header.build", "method": "filterAdminHeaderBuild" },
{ "hook": "filter:widget.render:minecraft-stats", "method": "filterWidgetRenderMinecraftStats" },
{ "hook": "filter:widgets.getWidgets", "method": "filterWidgetsGetWidgets" },
{ "hook": "static:app.load", "method": "staticAppLoad" }
],
"id": "nodebb-widget-minecraft-stats",
"library": "plugin.js",
"name": "NodeBB Minecraft Stats",
"nbbpm": {
"compatibility": "^1.18.0"
},
"staticDirs": {
"static": "static"
},
"templates": "templates",
"url": "https://github.com/Jenkler/nodebb-widget-minecraft-stats"
}