Gitable/plugin.yml

15 lines
257 B
YAML
Raw Normal View History

2016-09-23 14:24:04 +00:00
---
name: Gitable
author: Ad5001
version: 1.0
api: [2.0.0]
main: Ad5001\Gitable\Main
2016-09-23 18:52:41 +00:00
commands:
git:
description: "Main Gitable command"
usage: "/git <command> <parameters>"
permission: git.command.git
permissions:
git.command.git:
default: op
2016-09-23 14:24:04 +00:00
...