Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个用 bash 编写的基本 Minecraft 服务器包装器,我需要检测何时有人登录。我不知道该怎么做,所以我来找你了。有server.log这样的消息:
server.log
{date} [INFO] {username}[{ip}] logged in with entity id 514 at ([world] -26.5, 64.0, -80.5).
有什么想法吗?
我建议使用比 Bash 更适合这项工作的工具,例如服务器插件或 mod。
它不仅会更容易完成,而且如果您愿意,您还可以扩展检测登录以外的功能。一些流行的服务器修改支持插件包括Bukkit或CanaryMod。