Skip to content

v1.7.0 Supports multiple commands

Latest
Compare
Choose a tag to compare
@jie65535 jie65535 released this 20 Sep 04:53
· 2 commits to master since this release
  • multiple commands can be separated by | or newline, for example:
/a 1 | /a 2
/a 3
  • Invoking ping the response data will contain the plugin version.

  • 可以通过 | 或者换行来分隔多条命令,例如:
/a 1 | /a 2
/a 3
  • 调用 ping 响应数据将包含插件版本号。