feat: 兼容仓鼠球更新

This commit is contained in:
2024-03-19 11:01:15 +08:00
parent debdcb40e0
commit 913b0e49eb
5 changed files with 14 additions and 7 deletions

View File

@@ -22,6 +22,6 @@ public class BallBridgePlugin extends Plugin {
BallAPI.getInstance().getEventBus().register(BridgeListener.INSTANCE);
ProxyServer.getInstance().getPluginManager().registerListener(this, ServiceMainListener.INSTANCE);
ProxyServer.getInstance().getPluginManager().registerCommand(this, ServiceCommand.INSTANCE);
BallAPI.getInstance().subscribeIgnorePrefix("HamsterService");
BallAPI.getInstance().subscribeRaw("HamsterService");
}
}