feat: 添加监控异常拦截处理

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
2016-07-18 20:36:56 +08:00
parent ce4e6650d7
commit e954b10e82
6 changed files with 290 additions and 187 deletions

View File

@ -3,14 +3,14 @@
############################
#配置版本号 请勿修改!!!
Version: 2.2
Version: 2.3
#是否只允许控制台执行插件仓库命令
onlyCommandConsole: false
#是否只允许控制台执行插件网络管理命令
onlyNetCommandConsole: false
#是否只允许控制台执行插件文件管理命令
onlyFileCommandConsole: true
onlyFileCommandConsole: false
#禁止rm -rf的文件夹列表
blacklist:
- 'plugins'
@ -22,3 +22,4 @@ ignorelist:
- 'iConomy'
- 'GroupManager'
- 'PermissionsEx'
- 'Essentials'

View File

@ -3,10 +3,12 @@
############################
#配置版本号 请勿修改!!!
Version: 1.1
Version: 1.2
#是否开启
Enable: true
#是否显示开发人员信息
Debug: false
#忽略检测列表
Ignore:
- Essentials
- PluginHelper