
TChat
The most advanced (modular) chat plugin
- Загрузки
- 29K
- Подписчики
- 49
- Обновлён
- 19 июня 2026 г.
- Лицензия
- MIT
Опубликован 31 июля 2023 г.
Last update of this page:
TChat 5.0.0-DEV-6
06/19/2026
Features (5.0.0-DEV-6)
Always up-to-date
- Always updated to the last Minecraft version
Anti Advertising Module
- Filter or block messages that contain links, domains, or IP addresses
- Bypass permission
- Custom actions
- Custom regex filters
- Configurable at: modules/antiadvertising.yml
Anti Cap Module
- Filter or block messages in the chat if they contain too many capital letters
- Bypass permission
- Custom actions
- Custom percentages
- Configurable at: modules/anticap.yml
Auto Broadcast Module
- Create automated messages sent via chat
- Compatible with the channel module
- Automatically center messages (%center%)
- Custom actions
- Configurable at: modules/autobroadcast.yml
Block Chat Module
- Block the chat with one command (/blockchat)
- Bypass permission
Blocked Commands Module
- Block commands easily
- Bypass permission
- Custom actions
- Configurable at: modules/blockedcommands.yml
Blocked Words Module
- Block or censor words in the chat
- Bypass permission
- Custom actions
- Configurable at: modules/blockedwords.yml
bStats Page
- Check our bStats page here!
Channels Module
- Create private channels
- Custom message modes
- Permission to join/leave channels
- Player limit
- Configurable at: modules/channels.yml
Chat Bridge Module
- Per World Chat
- Create "world groups"
- Configurable at: modules/chatbridge.yml
Chat Placeholders
- Create custom tags in the chat with actions
- Customizable permissions
- Configurable at: modules/chatplaceholders/*.yml
Chat Radius
- This ensures that only players within a specific area can see each other's messages
- Customizable per world bypass char
- Configurable at: modules/worlds.yml
Color Chat Module
- Use colors in chat (per color permission)
- MiniMessage support
- and other tags blocked by default
Extensive wiki
- Check our wiki here!
Groups
- Create custom groups with formats, prefix, suffix, etc..
- Disable chat format per groups
- Configurable at: modules/groups.yml
HEX and MiniMessage Support
- All messages have support for legacy colors &, MiniMessage and HEX colors with the format <&#rrggbb>
Hover Text Support (MiniMessage)
- Configurable at: modules/groups.yml and config.yml
InvSee Module
- View other players inventories
- Permission to use it
- Full customizable menu
- Configurable at: modules/invsee.yml
Modular
- Full modular plugin (all modules can be intelligently disabled to save resources)
Nick Module
- Change your name or the names of other users
- You can get your own nickname with %tchat_nick%
Per group chat format
- Custom formats for groups
- Disable chat format per group
- Configurable at: modules/groups.yml
Per world chat
- Limit the chat to one or more worlds
- Configurable at: modules/chatbridge.yml
PlaceholderAPI Support
- All messages and formats support PlaceholderAPI
SQL Storage
- All data is stored in SQL
YAML Config
- Everything is configurable in YML files
Worlds Module
- Enable/disable the chat per worlds
- Configure chat radius per world
- Configurable at: modules/worlds.yml
Commands & Permissions
https://tchat.tect.host/general/commands-and-permissions
Placeholders
https://tchat.tect.host/general/placeholders
Dependencies
Ченджлог
5.0.0-DEV-6Бета26.1, 26.1.1, 26.1.2 · 19 июня 2026 г.
- Added invsee module
- Fixed an error when changing the nickname of offline users
- Fixed the execution of actions in the Banned Words module
- Fixed a bug where the anticap module was not retrieving the correct raw message (#3)
- Added Anti Advertising module
- Updated Paper to last version
- Updated HikariCP and SQLite dependencies to last version
- Added Chat Placeholders module (custom and item tags)
5.0.0-DEV-5Бета26.1, 26.1.1, 26.1.2 · 12 июня 2026 г.
- Added Worlds module (per world chat radius and per world enable/disable chat)
- Updated Paper to last version
- Fixed double render in channels module
- Added Chat Bridge module (per world chat)
- Added actions to BlockedCommands module
- Added actions to AutoBroadcast module
- Added actions to AntiCap module
- Added actions to BlockedWords module
5.0.0-DEV-4Бета26.1, 26.1.1, 26.1.2 · 28 мая 2026 г.
- Fixed nick permissions
- Added auto broadcast module
- Updated papermc
- Added block chat module
- Added channels module
5.0.0-DEV-3Бета26.1, 26.1.1, 26.1.2 · 20 мая 2026 г.
- Fixed some issues in the BannedWords module
- Added the AntiCaps module
- Added the BannedCommands module
- Improved and fixed parts of the modular core system
- Added the Nick module
- Added SQL storage support
- Updated PaperMC to the latest stable release
- Fixed legacy color parsing -> TChat now automatically converts all legacy colors to MiniMessage colors for full compatibility between both systems
- Fully refactored the code structure to allow cleaner and more organized future expansion
- Updated MiniMessage to v5
- Added auto-completion to all TChat commands
- Fixed a small spacing issue in the prefix
5.0.0-DEV-2Бета26.1, 26.1.1, 26.1.2 · 14 мая 2026 г.
- Added blockedwords module
- Improved modular system
- Unnecessary or overly long comments in the code have been removed
- Updated to last paper release
5.0.0-DEV-1Бета26.1, 26.1.1, 26.1.2 · 1 мая 2026 г.
This is the first official release of TChat5.
Main changes compared to TChat4:
- Spigot API -> PaperMC API
- Java 17 -> Java 25
- "Modular plugin" -> Fully modular plugin using the Kahn algorithm
- No compatibility with other chat plugins -> Improved compatibility with other chat plugins
- Legacy colors and HEX -> Legacy colors and MiniMessage support in all messages
- Impossible to disable a module without restarting the server -> Hot-pluggable modules with
/chat reload - Constant updates without notice -> More stable updates with better support and server-side notifications
- No MiniMessage support in chat colors -> Full MiniMessage support based on permissions
4.3.0.0Релиз1.21.1, 1.21.2, 1.21.3 · 16 ноября 2024 г.
- Removed broadcast premade (unnecessary feature)
- Remodeled configuration file structure
- Expanded modular options (all those who disable a lot of TChat options will save a lot of performance with this new version)
- AutoBroadcast code optimized
- Removed only player for list command
- Fixed bypass permission in anti advertising (signs)
- Optimized joins code
- Fixed an error when you use %tchat_tag% withouth tags
- Added %mentioned% placeholder in all mention messages, titles, etc...
- Fixed /seen command (not working correctly)
- Fixed /nick command (the same as seen)
- Removed a depuration message in groups system
- Now the commands are registered by CommandMap and not by plugin.yml, that is to say that now when you deactivate a command, it will not be registered as before.
- Removed rules, print, and other commands (now works in the commands.yml)
- Spigot version updated to 1.21.3
- Updated Spigot page
4.2.3.1 -> 4.3.0.0 Update all files
4.2.3.1Релиз1.21.1, 1.21.2, 1.21.3 · 29 октября 2024 г.
Very small update (4.3.0 coming soon with many changes)
- Fixed some errors in groups system
- Added users section in groups.yml (to assign specific groups to specific players, this will solve the errors with the op players) (/chat group)
4.2.3 -> 4.2.3.1 Update files:
Messages file groups.yml (add users section)
Комментарии
Загружаем…