@SubscribeEvent
public void playerLoggedIn(ClientConnectedToServerEvent event) {
lastIp = UniversalUtil.getRemoteAddress(event).toString().toLowerCase();
if (lastIp.contains(".hypixel.net") || lastIp.contains("209.222.115.14")) {
Autotip.onHypixel = true;
Tipper.waveCounter = 910;
Autotip.THREAD_POOL.submit(new StartLogin());
} else {
Autotip.onHypixel = false;
}
}
HypixelListener.java 文件源码
java
阅读 20
收藏 0
点赞 0
评论 0
项目:Autotip
作者:
评论列表
文章目录