
LAN Announcer
Announces the server to the LAN using multicast UDP.
- Загрузки
- 6K
- Подписчики
- 10
- Обновлён
- 1 января 2024 г.
- Лицензия
- MIT
Опубликован 31 декабря 2023 г.
LAN Announcer
Announces the server to the LAN using multicast UDP.
Sends an announcement packet every 1.5 seconds on both IPv4 and IPv6, similar to how the normal Minecraft client does when you "Open to LAN".
Makes the server automagically appear on all Minecraft clients on the same local network.
Really nice when making home server for LANs or for the kids.
Technical details
Every 1.5 seconds it sends the payload:
[MOTD]<server motd>[/MOTD][AD]<server listen port>[/AD]
For example:
[MOTD]A Minecraft Server[/MOTD][AD]25565[/AD]
Over UDP port 4445 to the IP addresses:
224.0.2.60ff75:230::60
Ченджлог
1.0.2Релиз1.20.4 · 1 января 2024 г.
Update the jar icon.
1.0.1Релиз1.20.4 · 1 января 2024 г.
Added a check in onInitialize that ensures we run iff FabricLoader.getInstance().getEnvironmentType() == net.fabricmc.api.EnvType.SERVER.
It ensures that if we are installed on a client, we do nothing.
If we are installed/running on a client, we emit one warning and that's it.
1.0.0Релиз1.20.4 · 31 декабря 2023 г.
First release - Added support for sending multicast pings over UDP.
Комментарии
Загружаем…