Skip to content

Mod Configuration 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.

πŸ“„ 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

  • DirectoryEHR_DATA
    • BanList.txt
    • BanWords.txt
    • DenyNames.txt
    • Moderators.txt
    • Tags.txt
    • Template.txt
    • VIPs.txt
    • WhiteList.txt