Chatrooms
The Chatrooms modification for Minecraft 1.7 allows players to communicate in special "chat rooms" directly during gameplay. This system works similarly to the standard chat in multiplayer mode, but with an important difference - you can correspond with friends while being on different servers or even in single-player games.
Main Features
Server Connection
To join a chat room, you need to connect to the corresponding server. You can create your own server or connect to an existing one.
The main command for connection:
/CRconnect Server_IP:Port [Server Password]
After the colon, specify the server port. If a password is required for connection, you need to enter it after entering the address. If there's no password, this parameter can be skipped. Note that the server may have a user limit. When the limit is reached, automatic disconnection will occur. When connecting within a local network, use the "localhost" address.
Sending Messages
Messages to the chat are sent in two ways:
- By pressing the 'Y' key and then entering the text
- Using the following command:
/CR [Message]
User Titles
You can add an individual title to your name for display in the chat:
/CRtitle [title]
Color Formatting
The mod supports all standard Minecraft color codes. To apply colors, use the corresponding symbols before the text:
- &0 - BLACK
- &1 - DARK_BLUE
- &2 - DARK_GREEN
- &3 - DARK_AQUA
- &4 - DARK_RED
- &5 - DARK_PURPLE
- &6 - GOLD
- &7 - GRAY
- &8 - DARK_GRAY
- &9 - BLUE
- &a - GREEN
- &b - AQUA
- &c - RED
- &d - LIGHT_PURPLE
- &e - YELLOW
- &f - WHITE
Special effects are also available:
- &k - OBFUSCATED
- &l - BOLD
- &m - STRIKETHROUGH
- &n - UNDERLINE
- &o - ITALIC
- &r - RESET
Usage example: /CR &3Hello everyone
Creating Your Own Server
You can set up a server in two ways: in a local network (LAN) or with public access. In the first case, only users of your network can connect, in the second - anyone who has the server address.
To start the server, simply double-click on the modification file with the ".jar" extension. On the first launch, a CRConfig.cfg configuration file is automatically created with parameters:
Server Name: A SWDTeam Chatroom
Server Port: 8000
Requires Password: false
Server Password:
Max Connections: 10
# Banned words are separated by commas: Word1,Word2,Word3
Chat Filter Banned Words:
# This word will replace banned expressions
Chat Filter Replacement Word: yadda
After configuration, the console will display information about the server address and port for sharing with other users.
LAN Connection
When connecting within the same network, use the command:
/CRconnect localhost:PORT
Frequently Asked Questions
Does the mod work in multiplayer mode? Yes, the modification functions in multiplayer and only requires installation on the client side.
Can other players on the server see messages from the chat room?
No, messages sent through the /CR [message] command are visible only to chat room participants.
Videos are available to demonstrate the mod's capabilities.