plugins-evert/gamedig/plugin.json

10 lines
228 B
JSON
Raw Normal View History

2020-12-05 10:00:00 +00:00
{
"main": "plugin.js",
"name": "gamedig",
"description": "Game server status string",
2020-12-13 10:16:49 +00:00
"version": "1.1.0",
2020-12-05 10:00:00 +00:00
"tags": ["commands", "games"],
"dependencies": ["simplecommands"],
"npmDependencies": ["gamedig@^2.0.23"]
}