diff options
| author | 2016-03-22 16:19:15 +0100 | |
|---|---|---|
| committer | 2016-03-22 16:19:15 +0100 | |
| commit | ef86ee6cec89be8141a23afd1f98744632828dfb (patch) | |
| tree | f4d200f87b32e03bee0fe0d5af4a1bf929081e1e /plugins/hiscore/plugin.json | |
| parent | 2937ec37b8608a7932e01d040d09e8f6901bde10 (diff) | |
added hiscore plugin (disabled for now) (nw)
Diffstat (limited to 'plugins/hiscore/plugin.json')
| -rw-r--r-- | plugins/hiscore/plugin.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/hiscore/plugin.json b/plugins/hiscore/plugin.json new file mode 100644 index 00000000000..34871cab446 --- /dev/null +++ b/plugins/hiscore/plugin.json @@ -0,0 +1,9 @@ +{ + "plugin": { + "name": "hiscore", + "version": "1.0.0", + "author": "borgar@borgar.net", + "type": "plugin", + "start": "false", + } +}
\ No newline at end of file |
