
NetherLink(NLI)
Minecraft Java Edition mod for friend list and P2P server presence integration
Обновлён 7 июля 2026 г. · опубликован 20 мая 2026 г.
NetherLink
NetherLink is a Minecraft mod for friend-based online play. It provides a friends UI, friend requests, presence sharing, and WebRTC-based joining for single-player worlds and dedicated servers.
The default backend is NLI API v1, hosted by NetherLink. It handles friends, presence, signaling, and TURN credentials used by the P2P connection flow.
What it does
- Adds a NetherLink friends screen with:
- friend list
- friend requests
- friend/API settings
- player avatars
- joinable instance display
- Lets a single-player integrated server be opened to friends through NetherLink.
- Lets friends join through WebRTC P2P, with TURN fallback when direct connectivity is not available.
- Supports dedicated servers publishing themselves as joinable NetherLink instances through a linked Minecraft account.
- Supports switching between available link backends from the Friends settings tab.
Client usage
- Install NetherLink on the client.
- Launch Minecraft and sign in with a Microsoft/Minecraft account.
- Open the Friends button in the main/multiplayer UI to manage friends and requests.
- In a single-player world, open the multiplayer sharing screen.
- Select NetherLink as the multiplayer scope and apply the change.
When enabled, your friends can see and join the world through NetherLink. The world is still hosted by your client, so it closes when you leave the world or stop sharing it.
The first use of the NLI backend may show the current service terms. NLI terms are fetched from the configured backend and accepted terms are stored locally.
Dedicated server usage
Install NetherLink on the server.
Optional: set
NETHERLINK_CLIENT_IDif you want to use your own Microsoft authentication app id.Start the server and run:
/nli addOpen the login URL shown in chat or the server console, complete Microsoft authentication, and wait for NetherLink to store the Minecraft account.
Check configured accounts:
/nli listPublish the server through the linked account:
/nli publish
After publishing, friends of the linked account should see the server as a joinable NetherLink instance. Incoming WebRTC join requests are accepted by NetherLink and routed into the running server.
Server commands
/nli addor/netherlink add: add a Microsoft/Minecraft account through device-code login./nli list: show configured accounts and token status./nli refresh [all|<name>]: refresh stored account tokens./nli publish [all|<name>]: publish server presence and start accepting P2P joins./nli revoke [all|<name>]: revoke server presence and stop accepting P2P joins./nli toggle <name>: enable or disable an account./nli remove <name>: remove a stored account.
Account data is stored under netherlink/accounts. Treat these files as credentials; do not share them publicly.
Configuration
Client configuration is stored under config/netherlink/.
config.jsonactiveService: selected backend, defaulting tonetherlink:nli_v1.instanceName: optional name used when publishing your current world/server instance.
nli-v1.jsonserver: NLI API server URL. Defaults tohttps://nli-api.muyucloud.cool.acceptedTerms: local record of accepted NLI terms revisions.
The active backend can also be changed from the Friends settings tab.
Notes
- NetherLink uses Minecraft account identity information for friend and presence features. The mod and companion backend code are open source.
- NLI's hosted backend and TURN service are used by default.
- Connection quality depends on both peers' networks, but TURN fallback should make joining more reliable than direct-only P2P attempts.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.1.1 | Бета | 26.2 | neoforge | 7 июля 2026 г. | Скачать (8.4 МБ) |
| 0.1.1 | Бета | 26.2 | fabric | 7 июля 2026 г. | Скачать (8.4 МБ) |
| 0.1.1 | Бета | 26.1.2 | neoforge | 7 июля 2026 г. | Скачать (8.4 МБ) |
| 0.1.1 | Бета | 26.1.2 | fabric | 7 июля 2026 г. | Скачать (8.4 МБ) |
| 0.1.1 | Бета | 1.21.11 | neoforge | 7 июля 2026 г. | Скачать (8.4 МБ) |
| 0.1.1 | Бета | 1.21.11 | fabric | 7 июля 2026 г. | Скачать (8.4 МБ) |
| 0.1.1 | Бета | 1.21.1 | fabric | 7 июля 2026 г. | Скачать (8.4 МБ) |
| 0.1.1 | Бета | 1.21.1 | neoforge | 7 июля 2026 г. | Скачать (8.4 МБ) |
| 0.1.1 | Бета | 1.20.1 | fabric | 7 июля 2026 г. | Скачать (8.4 МБ) |
| 0.1.1 | Бета | 1.20.1 | forge | 7 июля 2026 г. | Скачать (8.4 МБ) |
| 0.1.1-pre | Бета | 1.20.1 | forge | 4 июля 2026 г. | Скачать (8.4 МБ) |
| 0.1.1-pre | Бета | 1.20.1 | fabric | 4 июля 2026 г. | Скачать (8.4 МБ) |
| 0.1.0 | Бета | 1.20.1 | forge | 2 июля 2026 г. | Скачать (8.3 МБ) |
| 0.1.0 | Бета | 1.20.1 | fabric | 2 июля 2026 г. | Скачать (8.3 МБ) |
| 0.1.0 | Бета | 1.21.1 | neoforge | 2 июля 2026 г. | Скачать (8.3 МБ) |
Показаны последние 15 из 30 версий.
Ченджлог
0.1.1Бета26.2 · 7 июля 2026 г.
- use nli icon
- display player's own instances
- fix offline server connection
- fix server token refresh
- optimize client presence publish
- optimize terms requests
- optimize UI
0.1.1Бета26.2 · 7 июля 2026 г.
- use nli icon
- display player's own instances
- fix offline server connection
- fix server token refresh
- optimize client presence publish
- optimize terms requests
- optimize UI
0.1.1Бета26.1.2 · 7 июля 2026 г.
- use nli icon
- display player's own instances
- fix offline server connection
- fix server token refresh
- optimize client presence publish
- optimize terms requests
- optimize UI
0.1.1Бета26.1.2 · 7 июля 2026 г.
- use nli icon
- display player's own instances
- fix offline server connection
- fix server token refresh
- optimize client presence publish
- optimize terms requests
- optimize UI
0.1.1Бета1.21.11 · 7 июля 2026 г.
- use nli icon
- display player's own instances
- fix offline server connection
- fix server token refresh
- optimize client presence publish
- optimize terms requests
- optimize UI
0.1.1Бета1.21.11 · 7 июля 2026 г.
- use nli icon
- display player's own instances
- fix offline server connection
- fix server token refresh
- optimize client presence publish
- optimize terms requests
- optimize UI
0.1.1Бета1.21.1 · 7 июля 2026 г.
- use nli icon
- display player's own instances
- fix offline server connection
- fix server token refresh
- optimize client presence publish
- optimize terms requests
- optimize UI
0.1.1Бета1.21.1 · 7 июля 2026 г.
- use nli icon
- display player's own instances
- fix offline server connection
- fix server token refresh
- optimize client presence publish
- optimize terms requests
- optimize UI
Комментарии
Загружаем…