本插件监视的方法是在控制台输出log,文件在“BDS根目录//logs//listen.log”
配置文件在“BDS根目录//plugins//LLlog//config.json”
config.json:
用法:
1.开在冒号后面改为true,关在冒号后改为false,第一个是总开关,关了之后其他的都关了
有bug可以和我说
配置文件在“BDS根目录//plugins//LLlog//config.json”
config.json:
JSON:
{
"是否开启检测玩家": true,
"是否检测玩家放置方块": true,
"是否检测玩家切换维度": true,
"是否检测玩家攻击实体": true,
"是否检测玩家潜行": true,
"是否检测玩家跳跃": true,
"是否检测玩家打开容器": true,
"是否检测玩家关闭容器": true,
"是否检测玩家增加经验": true,
"是否检测玩家上床": true,
"是否检测玩家使用指令": true,
"是否检测玩家在聊天框说话": true,
"是否检测玩家吃东西": true,
"是否检测玩家使用重生锚": true,
"是否检测玩家挖方块": true,
"是否检测玩家使用不死图腾": true,
"是否检测玩家捡起东西": true,
"是否检测玩家扔掉东西": true,
"是否检测玩家增加效果": true,
"是否检测玩家减少效果": true,
"是否检测玩家使用打火石": true
}
用法:
1.开在冒号后面改为true,关在冒号后改为false,第一个是总开关,关了之后其他的都关了
有bug可以和我说