Enable you server to show when players actively typing in chat.
Server admins should install plugin on their server. Everyone who install clientside mod will have special indication while they are typing in chat.
Players who do not have client-side mod will only see other player's indicators and will not have their own.
- Animated and highly customizable. Looks defined by server admins.
- Permissions support to show or hide indication for specific users or groups.
- Visible for players that don't have clientside mod.
- Based on packets and text-display entities.
- Text-displays are attached to players.
Colored indicator, indentation enabled, text-shadow disabled: GIF
Colored everything, no indentation, text-shadow enabled: GIF
Default colors, player name hidden: GIF
You need to put typinginchat-spigot.jar into server plugins folder. Also, you need to have packetevents 2.6.0 and HologramAPI 1.6.0 or newer installed. You may change TIC indicators appearance with config.yml.
config.yml
#Show player display names
show-names: true
#Indentation style of typing icon
icon-indentation: true
#Hologram visibility radius
view-range: 16
#Hologram visibility through blocks
visible-through-blocks: false
#UNICODE character or text for typing animation
typing-char: "✎"
#Color customization
names-color: "#ffffff"
typing-icon-color: "#ffffff"
background-color: "#000000"
#From 0 to 255
background-transparency: 50
#Shadow outline of text font
text-shadow: false
#use /tic reload command to apply changes
tic.display - allows player to have tic indication. True by default, but you can remove it from players or groups.
tic.admin - required for /typinginchat reload command usage.
Link for client-side mode (required only for players who want to show when they typing in chat): TypingInChat-Mod