mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-25 01:49:30 +00:00
更新库
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user