![[Legacy] UnlimitedChat](https://cdn.metamods.net/images/mods/unlimitedchat-for-1-7-10/logo.png)
[Legacy] UnlimitedChat
Mod for Minecraft 1.7.10
No longer maintained, preserved for legacy compatibility purposes
Mod Description
This modification removes the irritating character limit constraint present in vanilla Minecraft chat. Through integration with ForgeEssentials, administrators can set individual character limitations for each player or user groups.
Additional functionality includes the capability to transmit client-side commands to the server. This feature is valuable when using older clients without graphical management interfaces, as well as for monitoring other participants' activities.
Access Rights Management
The character limit for specific players is regulated by the permission parameter cu.charlimit
. For example, the command to add a 200-character limit for the OPS group appears as: /perm groups OPS value cu.charlimit 200
.
The cu.ignorespam
permission disables the built-in spam protection system. Activation for operator groups is performed using the command /perm groups OPS allow cu.ignorespam
. It's recommended to grant this access only to administrative staff.
Management of client commands is handled through permissions cu.clientcommands.send
(sending commands from client) and cu.clientcommands.read
(viewing received commands in chat). Configuration of these parameters is performed similarly to other access rights.