fix(NetworkManager.java): 修复网络代理检测部分...

1.配置文件添加新选项
2.调整代理注入时间
3.更新版本号
This commit is contained in:
502647092
2016-03-28 23:53:10 +08:00
parent e3126b62ed
commit d46dfdf13d
4 changed files with 43 additions and 24 deletions

View File

@ -1,4 +1,4 @@
Version: 2.0
Version: 2.1
#是否只允许控制台执行插件命令
onlyCommandConsole: false
#是否只允许控制台执行插件文件命令
@ -12,4 +12,9 @@ ignorelist:
- 'Yum'
- 'Vault'
- 'iConomy'
- 'GroupManager'
- 'GroupManager'
- 'PermissionsEx'
#网络调试模式
NetworkDebug: false
#是否允许插件主线程访问网络
AllowPrimaryThread: false