SimpleChat (fork++) 2.3.0
A simple chat mod for your server.
This version was created as a fork since the original project is no longer maintained by developers. Compatible with Minecraft 1.21.
Simply use !<message> for global chat or #<message> for world chat on the server!
Key Features
- Integration with FTB Teams (requires verification)
LuckPerms compatibility (tested with version 5.4)
- Compatibility with vanish mods (tested with version 1.5.7)
- Message separation by types: global, world, and local (can be disabled)
- Support for color formatting (configurable)
- Configuration reloading via commands
- Chat history clearing function
- Interaction when clicking on player name - executing a command or displaying text
Configuration
The config file is located at <game or server directory>/config/simplechat.json.
Main parameters:
enable_chat_mod- mod functionality activation (true/false)enable_global_chat- global chat (true/false)enable_world_chat- world chat (true/false)enable_chat_colors- color formatting (true/false)local_chat_format- local chat appearanceglobal_chat_format- global chat appearance- Various messages and communication distance values
chat_range- maximum distance for local chat
Sample configuration file:
{
"enable_chat_mod": true,
"enable_global_chat": true,
"enable_world_chat": false,
"enable_chat_colors": false,
"local_chat_format": "&7%ftbteam%&r%lp_prefix%&r%player%&7:&r &7%message%",
"global_chat_format": "&8[&2G&8] &7%ftbteam%&r%lp_prefix%&r%player%&7:&r &e%message%",
"world_chat_format": "&8[&9W&8] &7%ftbteam%&r%lp_prefix%&r%player%&7:&r &e%message%",
"no_players_nearby_text": "&fNo players nearby. Use &e!<message> &ffor global chat.",
"no_players_nearby_action_bar": false,
"suggests_when_you_click_on_the_player_name": "/msg %player% ",
"chat_range": 100
}
Available placeholders:
%player%- player nickname%message%- message content%ftbteam%- team display (FTB Teams)%lp_group%,%lp_prefix%,%lp_suffix%- data from LuckPerms
Available Commands
/simplechat- reload configuration (requires permission level 1+)/simplechat clear- clear chat history for all players
Important: Does not work in single player. Requires a server to function.