简单介绍一下plugin.yml
name: untitled
# 插件的名称
version: '${project.version}'
# 插件的版本
main: io.github.steam404.untitled.Untitled
# 一般是域名反写+项目名
api-version: '1.18'
# 你想使用的API版本
description: 阿巴阿巴
# 对插件功能的描述,可以用多行文本描述
load: POSTWORLD
# 插件应该什么时候加载,默认 POSTWORLD 或 STARTUP
# 世界启动前或启动后加载
author: steam-404
# 插件的开发者
authors:
- steam-404
- goufugui123
# 如果是多个开发者可以使用这种格式
website: https://github.com/steam-404
# 插件或者作者的网站
depend:
- xxx
# 插件的依赖列表
prefix: steam-404
# 控制台日志所使用的名称
softdepend:
- xxx
# 你的插件拥有完整功能所必需的插件的列表
loadbefore:
- xxx
# 一个应该在此插件之后加载的插件列表
commands:
# 注册自定义插件
permissions:
# 插件注册权限