feat: 新增 Velocity 支持

This commit is contained in:
2025-08-06 01:42:35 +08:00
parent c496aaeb98
commit 7582653d54
18 changed files with 896 additions and 17 deletions

View File

@@ -1,6 +1,5 @@
package cn.hamster3.service.bungee.event;
import net.md_5.bungee.api.plugin.Event;
/**
@@ -22,7 +21,6 @@ public class ServiceConnectEvent extends Event {
this.cause = cause;
}
/**
* 是否成功连接到服务中心
*