https://github.com/orphey98/typinginchat-mod
Minecraft clientside mod, that allows server to know when you are writing in chat.
https://github.com/orphey98/typinginchat-mod
chat clientside fabric minecraft mod multiplayer server
Last synced: 2 months ago
JSON representation
Minecraft clientside mod, that allows server to know when you are writing in chat.
- Host: GitHub
- URL: https://github.com/orphey98/typinginchat-mod
- Owner: Orphey98
- License: gpl-3.0
- Created: 2024-12-14T15:48:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-17T11:28:52.000Z (over 1 year ago)
- Last Synced: 2025-03-06T19:44:27.767Z (over 1 year ago)
- Topics: chat, clientside, fabric, minecraft, mod, multiplayer, server
- Language: Java
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Typing In Chat Mod
Client-side part for [TypingInChat-Plugin](https://github.com/Orphey98/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.

## Installation
**This is Fabric & Quilt repository.**
For Forge version go [HERE](https://github.com/Orphey98/TypingInChat-Mod-Forge)
| | Download appropriate version for your Fabric or Quilt client |
| ------ | ------ |
| 1.19 | [1.19.4](https://github.com/Orphey98/TypingInChat-Mod/releases/download/1.19/typinginchat-fabric-1.19.4-1.0.0.jar) |
| 1.20 | [1.20](https://github.com/Orphey98/TypingInChat-Mod/releases/download/1.20/typinginchat-fabric-1.20-1.0.0.jar), [1.20.1](https://github.com/Orphey98/TypingInChat-Mod/releases/download/1.20.1/typinginchat-fabric-1.20.1-1.0.0.jar), [1.20.2](https://github.com/Orphey98/TypingInChat-Mod/releases/download/1.20.2/typinginchat-fabric-1.20.2-1.0.0.jar), [1.20.3](https://github.com/Orphey98/TypingInChat-Mod/releases/download/1.20.3/typinginchat-fabric-1.20.3-1.0.0.jar), [1.20.4](https://github.com/Orphey98/TypingInChat-Mod/releases/download/1.20.4/typinginchat-fabric-1.20.4-1.0.0.jar), [1.20.5](https://github.com/Orphey98/TypingInChat-Mod/releases/download/1.20.5/typinginchat-fabric-1.20.5-1.0.0.jar), [1.20.6](https://github.com/Orphey98/TypingInChat-Mod/releases/download/1.20.6/typinginchat-fabric-1.20.6-1.0.0.jar) |
| 1.21 | [1.21](https://github.com/Orphey98/TypingInChat-Mod/releases/download/1.21/typinginchat-fabric-1.21-1.0.0.jar), [1.21.1](https://github.com/Orphey98/TypingInChat-Mod/releases/download/1.21.1/typinginchat-fabric-1.21.1-1.0.0.jar), [1.21.2](https://github.com/Orphey98/TypingInChat-Mod/releases/download/1.21.2/typinginchat-fabric-1.21.2-1.0.0.jar), [1.21.3](https://github.com/Orphey98/TypingInChat-Mod/releases/download/1.21.3/typinginchat-fabric-1.21.3-1.0.0.jar), [1.21.4](https://github.com/Orphey98/TypingInChat-Mod/releases/download/1.21.4/typinginchat-fabric-1.21.4-1.0.0.jar) |
Copy mod jar file into your mods folder. Also, you need to install [Fabric API](https://modrinth.com/mod/fabric-api).
## Options
Mod creates small config file that you can edit.
```yml
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](https://github.com/Orphey98/TypingInChat-Plugin)