Haruhiism

Haruhiism

165 Downloads

[功能请求] ServerListPing事件

bgxd9592 opened this issue · 2 comments

commented

实现类似于 Bukkit 中的 ServerListPingEvent

commented

ServerLoginEvent:通过CoreMod实现,当执行方法 net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerLogin 时触发此事件。

相关提交: 041e43b, 1c55ca3, 62b5894, 8dba48d

commented

ServerListPing事件可通过上述的 ServerLoginEvent 实现。

使用例:当玩家刷新服务器列表时在服务端记录客户端IP地址( cf619c0