Mod Configuration Files
📁 What Are Mod Config Files?
Section titled “📁 What Are Mod Config Files?”The EHR Mod allows external configuration through .txt files located in the EHR_DATA folder inside your game directory. These files let you control moderation, access, templates, and more.
🔍 Quick Reference
Section titled “🔍 Quick Reference”📄 BanList.txt — Blocks specific players
- Purpose: Prevents certain players from joining.
- Format:
(FriendCode, PUID, Name)— comma-separated - Example:
player#1234, abc9876543, griefname
🚫 BanWords.txt — Filters offensive words
- Purpose: Censors unwanted or inappropriate words.
- Format: One word per line
- Example:
badword
❌ DenyNames.txt — Blocks specific usernames
- Purpose: Blocks specific player names from use.
- Format: One name per line
- Example:
trollname
🛡️ Moderators.txt — Grants mod privileges
- Purpose: Allows listed users to access moderator tools.
- Format:
(FriendCode) - Example:
moduser#7777
🏷️ Tags.txt — Adds custom profile tags
- Purpose: Assigns visual tags to players.
- Format:
(FriendCode = RichTextTag) - Example:
user#1111=<#ffaa00ff>Streamer 🎥</color>
📝 Template.txt — Defines lobby UI & rules
- Purpose: Customizes lobby greeting, rules, and messages.
- Format:
(Key = RichTextValue)— supports rich-text tags - Example:
welcome=<b>Welcome!</b>
🎖️ VIPs.txt — Grants VIP status
- Purpose: Adds users to VIP list (cosmetics, perks).
- Format:
(FriendCode) - Example:
vip#8888
✅ WhiteList.txt — Restricts lobby access
- Purpose: Only listed players can join the lobby.
- Format:
(FriendCode) - Example:
trusted#4444
📦 Directory Structure
Section titled “📦 Directory Structure”DirectoryEHR_DATA
- BanList.txt
- BanWords.txt
- DenyNames.txt
- Moderators.txt
- Tags.txt
- Template.txt
- VIPs.txt
- WhiteList.txt