-
Notifications
You must be signed in to change notification settings - Fork 9
Home
TabbyChat is a client-side mod for Minecraft that aims to make the multiplayer chat interface more organized, managable, and user-friendly. It can be installed (or loaded) into the Minecraft client by patching minecraft.jar or loaded at runtime via several different supported APIs.
The primary feature of TabbyChat is to organize chat messages into different channels, and to represent those channels via tab-like buttons displayed above the chat interface. There are several different ways to configure TabbyChat to organize chat, including:
- Auto-searching for new chat channels or PM messages
- Selecting the appropriate Chat-Channel delimiters and manually creating the desired tabs
- Using custom filters to direct messages matching the desired expression to a specific tab
Custom filters allow the user to tell TabbyChat to perform various actions when a chat message matches the defined Regular Expression. These actions include the following:
- Highlight the matching text (with color and/or formatting)
- Play a notification sound
- Send the message to a specific tab
- Send the message to all tabs
- Prevent the message from displaying
- Unread Message Notifications
- Timestamps prepended to chat messages
- Suppress spammed chat messages
- Log all chat to logfile with timestamps
- Force Unicode font rendering
- Interactive scroll bar
- Dynamically movable/resizable chat box
- Customize the number of messages retained (displayed) for each tab
- Customize the length of time a message remains on-screen during normal gameplay
- Each tab can have a 'command prefix' that can be applied to your messages
- Multi-line chat with configurable transmission delay
- New mouse controls and Key-binds added for interacting with TabbyChat
All TabbyChat settings are accessed and managed through the graphical settings interface. These settings are split into the following categories:
- Shift+Left-click on the master tab to access TabbyChat's settings
- Shift+Left-click on any other tab to delete it
- Right-click on any tab besides the master to access its Chat Channel settings
- Left-click on any tab to activate it (display its message contents)
- Control+Left-click on a tab to activate or deactivate additional tab Note that this can also be used to hide the display of chat by deactivating all tabs
- Control+Tab will activate the next tab (if only one tab is currently active)
- Control+Shift+Tab will activate the previous tab (if only one tab is currently active)
- Control+O while the chatbox is focused will open TabbyChat's settings