Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

CommandBlock-1.4.0

Latest
Compare
Choose a tag to compare
@slinar slinar released this 24 Apr 15:40
· 1 commit to master since this release
  • 更改
    - 现在有效字符包括大小写英文字母,数字,下划线_ 短横线-
  • 新增
    - 现在配置文件list下支持白名单模式.例子: - '+list' 允许list命令
    注意!!!白名单的命令一定要写在上面!!!因为整个匹配过程是从上往下的,匹配成功就直接返回了
    白名单模式不能使用通配符(*?),也就是说 + 不能和 ? * 一起使用
    因为白名单模式没有使用正则表达式,只是比较两个字符串是否相等(忽略大小写)
    白名单模式需要更多的测试, 有错误欢迎反馈!