feat: 调整注册逻辑 修改分离配置类

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
2016-06-27 16:56:04 +08:00
parent c4a9d9184a
commit 1be30bf249
8 changed files with 60 additions and 24 deletions

View File

@ -1,15 +1,18 @@
#配置版本号 请勿修改!!!
Version: 1.0
Version: 1.1
#是否开启
Enable: true
#是否显示详细信息
ShowInfo: true
#网络调试模式
NetworkDebug: false
#是否允许插件主线程访问网络
AllowPrimaryThread: false
#黑名单列表
Black:
- BukkitInjectedTools
- FeatherBoard
#忽略检测列表
Ignore:
- Essentials
#URL白名单网址
WhiteKeyList:
- yum
- Essentials

View File

@ -0,0 +1,7 @@
#配置版本号 请勿修改!!!
Version: 1.0
#是否开启线程安全检测
ThreadSafe: true
#是否开启主线程IO检测
MainThreadCheck: true