mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-28 19:39:11 +00:00
更新反熊库版本
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id("com.gradleup.shadow") version "9.0.0-rc2"
|
||||
id("com.gradleup.shadow") version "9.2.2"
|
||||
id("maven-publish")
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id("com.gradleup.shadow") version "9.0.0-rc2"
|
||||
id("com.gradleup.shadow") version "9.2.2"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id("com.gradleup.shadow") version "9.0.0-rc2"
|
||||
id("com.gradleup.shadow") version "9.2.2"
|
||||
id("de.eldoria.plugin-yml.bukkit") version "0.7.1"
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import net.minecrell.pluginyml.paper.PaperPluginDescription
|
||||
|
||||
plugins {
|
||||
id("com.gradleup.shadow") version "9.0.0-rc2"
|
||||
id("com.gradleup.shadow") version "9.2.2"
|
||||
id("de.eldoria.plugin-yml.paper") version "0.7.1"
|
||||
}
|
||||
|
||||
|
||||
@@ -401,6 +401,7 @@ public class BukkitCraftEngine extends CraftEngine {
|
||||
this.antiGrief = AntiGriefLib.builder(this.javaPlugin)
|
||||
.ignoreOP(true)
|
||||
.silentLogs(false)
|
||||
.bypassPermission("craftengine.antigrief.bypass")
|
||||
.build();
|
||||
}
|
||||
return this.antiGrief;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id("com.gradleup.shadow") version "9.0.0-rc2"
|
||||
id("com.gradleup.shadow") version "9.2.2"
|
||||
id("maven-publish")
|
||||
}
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ mojang_brigadier_version=1.0.18
|
||||
byte_buddy_version=1.17.5
|
||||
ahocorasick_version=0.6.3
|
||||
snake_yaml_version=2.5
|
||||
anti_grief_version=0.20
|
||||
anti_grief_version=1.0.2
|
||||
nms_helper_version=1.0.101
|
||||
evalex_version=3.5.0
|
||||
reactive_streams_version=1.0.4
|
||||
|
||||
Reference in New Issue
Block a user