
is Typing
Lightweight typing indicator for Minecraft multiplayer that shows when other players are composing chat messages.
- Загрузки
- 2K
- Подписчики
- 18
- Обновлён
- 19 февраля 2026 г.
- Лицензия
- MIT
Опубликован 1 октября 2025 г.

is Typing is a lightweight multiplayer utility that displays a visual indicator when other players are typing in chat. It helps bridge the gap between voice and text, allowing for more natural conversation flow without interrupting players who are composing a message.
We currently support Minecraft 1.20.1 (Forge/Fabric) and 1.21.x (NeoForge/Fabric).
Features
Real-time Feedback See exactly who is typing as it happens. The indicator appears unobtrusively on your screen, keeping you informed without cluttering your view.
Privacy & Stealth Designed with server administration in mind:
- Command Privacy: The mod detects when a message starts with a command slash (
/) and will not show the typing indicator. Your commands and teleports remain secret. - Vanish Support: If a player is vanished or not listed in the tab list, their typing status is hidden to prevent accidental detection.
Customization Adjust the position, colors, and animation speed to match your preference. The mod includes built-in support for 9 languages (English, Spanish, Portuguese, French, German, Russian, Japanese, Korean, Chinese).
Installation
Note: This mod must be installed on BOTH the Client and the Server.
- Download the
.jarfile for your specific version. - Install Architectury API (Required).
- Place both files into your
modsfolder.
| Version | Supported Loaders |
|---|---|
| 1.21.4 | NeoForge, Fabric (Quilt compatible) |
| 1.21.1 | NeoForge, Fabric (Quilt compatible) |
| 1.20.1 | Forge, Fabric |
Configuration
The mod uses a single configuration file: config/istyping.toml. The content of this file depends on where the mod is installed.
Client (config/istyping.toml)
When installed on a Client, the file will contain the [Client] section.
[Client]
max_displayed_players = 3 # Max typing notifications shown at once
easter_egg_chance = 1.0E-6 # Probability of showing hidden easter egg
overlay_y_offset = 28 # Distance from bottom of screen
animation_speed_ms = 500 # Speed of the "..." animation
text_color = "FFAAAAAA" # ARGB Hex color
background_color = "80000000" # Background transparency
show_animation = true # Enable animated dots
fade_speed = 0.1 # Speed of fade in/out effect
Server (config/istyping.toml)
When installed on a Server, the file will contain the [Server] section.
[Server]
enable_typing_indicator = true
max_tracked_players = 50
typing_timeout_ms = 4000 # Milliseconds until a player is considered to have stopped typing
heartbeat_interval_ms = 2000 # Expected interval between client heartbeats
cooldown_between_typing_ms = 500 # Anti-spam cooldown
Note: In Singleplayer, the file will contain both sections.
Ченджлог
v1.0.0-mc1.21.1Релиз1.21.1 · 19 февраля 2026 г.
is-Typing v1.0.0-mc1.21.1
Highlights:
- feat: Port mod to Minecraft 1.21.1 using Architectury in a multiloader environment (Fabric & NeoForge)
- fix: Resolve network packet S2C/C2S registration crashes on Fabric server and NeoForge client
- refactor: Centralize common logic and networking implementation across multiple loaders
- chore: Cleanup excessive comments and unused imports
Full Changelog: https://github.com/valentin-marquez/is-Typing/commits/v1.0.0-mc1.21.1
v1.0.0-mc1.21.1-neoforgeРелиз1.21.1 · 19 февраля 2026 г.
is-Typing v1.0.0-mc1.21.1
Highlights:
- feat: Port mod to Minecraft 1.21.1 using Architectury in a multiloader environment (Fabric & NeoForge)
- fix: Resolve network packet S2C/C2S registration crashes on Fabric server and NeoForge client
- refactor: Centralize common logic and networking implementation across multiple loaders
- chore: Cleanup excessive comments and unused imports
Full Changelog: https://github.com/valentin-marquez/is-Typing/commits/v1.0.0-mc1.21.1
v1.1.0-mc1.20.1-forgeРелиз1.20.1 · 19 февраля 2026 г.
is-Typing v1.1.0-mc1.20.1
Highlights:
- feat: Implement initial 'is typing' functionality including client overlay, network packets, configuration, and i18n support
- feat: Add application icon
- chore: Add GitHub Actions workflow for automated release publishing
Full Changelog: https://github.com/valentin-marquez/is-Typing/commits/v1.1.0-mc1.20.1
v1.1.0-mc1.20.1Релиз1.20.1 · 19 февраля 2026 г.
is-Typing v1.1.0-mc1.20.1
Highlights:
- feat: Implement initial 'is typing' functionality including client overlay, network packets, configuration, and i18n support
- feat: Add application icon
- chore: Add GitHub Actions workflow for automated release publishing
Full Changelog: https://github.com/valentin-marquez/is-Typing/commits/v1.1.0-mc1.20.1
Комментарии
Загружаем…