perf: 优化性能
This commit is contained in:
@@ -8,10 +8,6 @@ dependencies {
|
||||
//noinspection VulnerableLibrariesLocal
|
||||
compileOnly 'org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT'
|
||||
|
||||
// https://mvnrepository.com/artifact/io.netty/netty-all
|
||||
//noinspection GradlePackageUpdate
|
||||
shade 'io.netty:netty-all:4.1.86.Final'
|
||||
|
||||
compileOnly "cn.hamster3.mc.plugin.core:bukkit:${hamster_core_version}"
|
||||
compileOnly "me.clip:placeholderapi:2.11.2" transitive false
|
||||
}
|
||||
|
@@ -32,7 +32,6 @@ public class HamsterBallPlugin extends JavaPlugin {
|
||||
logger.info("BallBukkitAPI 已启动.");
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
sync(Bukkit::shutdown);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user