Skip to content

Minecraft clientside mod, that allows server to know when you are writing in chat.

License

Notifications You must be signed in to change notification settings

Orphey98/TypingInChat-Mod

Repository files navigation

TiCMOD

Typing In Chat Mod

Client-side part for TypingInChat-Plugin allows server to know when you are actively typing in chat. Plugin should be installed on server for chat indicators to work. Mod required to show your chat indicator to other players and not required to see indicators from other players.

demo1

Installation

This is Fabric & Quilt repository.
For Forge version go HERE

Download appropriate version for your Fabric or Quilt client
1.19 1.19.4
1.20 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6
1.21 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4

Copy mod jar file into your mods folder. Also, you need to install Fabric API.

Options

Mod creates small config file that you can edit.

config/typinginchat-config.json

#You can disable mod if you have problems on certain servers
"enableMod": true
#Should commands input be ignored or not
"ignoreCommands": true
#Enable debug-mode. Shows when plugin detects chat activity and players nearby.
"debug": false

Config values can be updated with /typinginchatmod reload command.

Related

Link for server-side plugin (required for servers): TypingInChat-Plugin