9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-25 01:49:30 +00:00

更新库

This commit is contained in:
XiaoMoMi
2025-05-17 19:32:50 +08:00
parent 42e142a7bb
commit 7616520cbd
2 changed files with 2 additions and 2 deletions

View File

@@ -334,7 +334,7 @@ public class BukkitCraftEngine extends CraftEngine {
if (this.antiGrief == null) {
this.antiGrief = AntiGriefLib.builder(this.bootstrap)
.ignoreOP(true)
.silentLogs(true)
.silentLogs(false)
.build();
}
return this.antiGrief;

View File

@@ -50,7 +50,7 @@ mojang_brigadier_version=1.0.18
byte_buddy_version=1.17.5
ahocorasick_version=0.6.3
snake_yaml_version=2.4
anti_grief_version=0.15
anti_grief_version=0.16
nms_helper_version=0.65.24
evalex_version=3.5.0
reactive_streams_version=1.0.4