add plugin structure

This commit is contained in:
jiahua.liu 2020-03-31 00:07:57 +08:00
parent 3d836fe50e
commit e72beccfbc

View File

@ -7,11 +7,11 @@
### Plugin.yml
你应当有一个plugin.yml, 放置在resources文件夹下<br>
```
name: "Example"
author: "你的名字"
name: "插件名字"
author: "作者名字"
version: "0.1.0"
main: "my_package_name.ExamplePluginBase"
info: "My info"
info: "插件介绍"
depends: []
```
其中main指向 你的PluginBase