diff options
| author | 2016-04-07 21:29:40 -0500 | |
|---|---|---|
| committer | 2016-04-07 21:29:40 -0500 | |
| commit | a94eeb628fd9786a4a1d015a7d7fb3a7f40db5a0 (patch) | |
| tree | c78f8ef0ff1f49be120364ba83d8cc324bfab273 /plugins/timer/plugin.json | |
| parent | 632b10cd0ec304c0367321a5be62164d00b18ff1 (diff) | |
plugins/timer: add sample plugin for game time [Carl]
Diffstat (limited to 'plugins/timer/plugin.json')
| -rw-r--r-- | plugins/timer/plugin.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/timer/plugin.json b/plugins/timer/plugin.json new file mode 100644 index 00000000000..3c4629ba60d --- /dev/null +++ b/plugins/timer/plugin.json @@ -0,0 +1,10 @@ +{ + "plugin": { + "name": "timer", + "description": "Timer plugin", + "version": "0.0.1", + "author": "Carl", + "type": "plugin", + "start": "false" + } +} |
