feat: 使用 guava 的 EventBus

This commit is contained in:
2023-11-11 18:39:20 +08:00
parent a5c2eec5e5
commit d70841167f
6 changed files with 119 additions and 93 deletions

View File

@@ -6,7 +6,7 @@ dependencies {
api(project(":ball-common")) { isTransitive = false }
compileOnly("net.md-5:bungeecord-api:+")
compileOnly("cn.hamster3.mc.plugin:core-bungeecord:+")
compileOnly("cn.hamster3.mc.plugin:core-bungee:+")
implementation("io.lettuce:lettuce-core:+")
}