PRODUCT DOCUMENTATION

Chat+

A professional-grade communication suite for Luanti servers. Designed to prevent errors and enhance social interaction.

Social Onboarding

To maintain chat quality, Chat+ requires new players to pass a verification test before they can message the global channel. You must replicate the formatted text shown in the pop-up menu exactly.

Note: Failure to replicate the formatting (including line breaks and bold tags) will result in continued chat restriction.

Formatting Tags

Chat+ parses custom tags to provide rich text capabilities in the chat console.

TagEffectExample
[br]Inserts a line breakHello[br]World
**text**Turns text Red**Warning!**
:heart:Emoji conversion

Message IDs & Replies

Every message is tagged with a unique 4-digit ID (e.g. #1234). Use these IDs to reply to specific messages and keep conversations organized.

/r 1234 Your reply here

Installation

1. Download the Chat+ mod folder.
2. Place it in your server's /mods/ directory.
3. Enable the mod by adding load_mod_chat_plus = true to your world.mt.

minetest.conf Setup

Chat+ looks for specific settings in your minetest.conf to moderate the chat. Add these lines, and then add badwords, to moderate your server:

# Add custom bad words (comma separated) chat_plus.badwords = badword1, badword2, badword3