
SignalLoss
Get notified when your server connection is interrupted
- Загрузки
- 2K
- Подписчики
- 18
- Обновлён
- 16 июня 2026 г.
- Лицензия
- Apache-2.0
Опубликован 14 декабря 2025 г.
SignalLoss
Get notified whenever your server connection gets interrupted
SignalLoss is a lightweight, configurable Fabric mod that displays a simple toast notification when your connection to a Minecraft server is interrupted.

Configuration
You can configure the mod in-game using commands or by editing /config/signalloss.json.
Commands:
/signalloss config <option> <value>- sets a config value/signalloss config reset- resets the config file to default settings/signalloss reload- reloads the config fromsignalloss.json
Options:
| Name | Option | Default value | Description |
|---|---|---|---|
| Enabled | enabled |
true |
Enable the SignalLoss mod |
| Timeout Threshold | timeoutThreshold |
2000 (2s) |
How long to wait since the last packet was successfully received, before displaying the toast notification. |
| Min Warning Time | minWarningTime |
2000 (2s) |
Minimum time (in miliseconds) the toast stays on screen after being triggered, to prevent flickering. |
| Linger Time | lingerTime |
1000 (1s) |
How long (in miliseconds) the toast stays on screen after recovery (shows final "lag duration"). |
| Draw Background | drawBackground |
true |
Should a background for the toast be rendered |
| Show in Singleplayer | showInSingleplayer |
false |
Enable the SignalLoss mod for the singleplayer internal server |
| Position | position |
CENTER |
Screen position (LEFT, CENTER, RIGHT). |
| Text Color | textColor |
#FFFF5555 |
ARGB Hex color value (#AARRGGBB) for the warning text. |
| Background Color | backgroundColor |
#A0000000 |
ARGB Hex color value (#AARRGGBB) for the background box. |
Центр версий
11 версийЧенджлог
1.2.1+26.2Релиз26.2 · 16 июня 2026 г.
Changed
- Updated dependancies for 26.2
Full Changelog: https://github.com/hexandcube/SignalLoss/compare/v.1.2.1+26.1.2...v1.2.1+26.2
1.2.1+26.1.2Релиз26.1, 26.1.1, 26.1.2 · 15 апреля 2026 г.
Changed
- Updated dependancies for 26.1.2
This build supports Minecraft versions >=26.1 <=26.1.2
Full Changelog: https://github.com/hexandcube/SignalLoss/compare/v.1.2.1+26.1...v.1.2.1+26.1.2
1.2.1+26.1Релиз26.1 · 25 марта 2026 г.
Changed
- Migrated from Yarn Mappings to Mojang Mappings
- Updated class and method names for 26.1
- Updated dependancies
Full Changelog: https://github.com/hexandcube/SignalLoss/compare/v1.2.0+1.21.11...v.1.2.1+26.1
1.2.0+1.21.11Релиз1.21.11 · 19 декабря 2025 г.
Changed
- Updated dependencies for Minecraft 1.21.11
Full Changelog: https://github.com/hexandcube/SignalLoss/compare/v1.2.0+1.21.10...v1.2.0+1.21.11
1.2.0+1.21.10Релиз1.21.9, 1.21.10 · 19 декабря 2025 г.
Changed
- Updated dependencies for Minecraft 1.21.10
This build is compatible with Minecraft >=1.21.9 <=1.21.10
Full Changelog: https://github.com/hexandcube/SignalLoss/compare/v1.2.0+1.21.8...v1.2.0+1.21.10
1.2.0+1.21.8Релиз1.21.6, 1.21.7, 1.21.8 · 18 декабря 2025 г.
Breaking changes
The mod now requires ARGB color values in the config (#AARRGGBB). If you're updating from v.1.1.0 and earlier, you need to update the config file and replace RGB color values with ARGB. You can also use the in-game command /signalloss config reset to generate a clean, valid config file.
Changed
- Updated dependencies for Minecraft 1.21.8
- Migrated rendering logic to
HudElementRegistry - Updated the command handler to enforce ARGB color value format, and convert non-alpha RGB values
This build is compatible with Minecraft >=1.21.6 <=1.21.8
Full Changelog: https://github.com/hexandcube/SignalLoss/compare/v1.1.0+1.21.5...v1.2.0+1.21.8
1.1.0+1.21.5Релиз1.21.5 · 18 декабря 2025 г.
Changed
- Updated dependencies to Minecraft 1.21.5
- Updated rendering logic to support the latest Minecraft internal changes (
getLastFrameDuration->getDynamicDeltaTicks
Full Changelog: https://github.com/hexandcube/SignalLoss/compare/v1.1.0+1.21.4...v1.1.0+1.21.5
1.1.0+1.21.4Релиз1.21.4 · 18 декабря 2025 г.
Changes
- Migrated toast rendering to HudLayerRegistrationCallback()
Full Changelog: https://github.com/hexandcube/SignalLoss/compare/v1.0.0+1.21.4...v1.1.0+1.21.4
Комментарии
Загружаем…