Configuration
Overview
Section titled “Overview”All configuration is in plugins/RexChat/config.yml. After editing, run /rexchat reload to apply changes.
RexChat automatically adds missing config keys when updating — your existing values are never overwritten.
Update Checker
Section titled “Update Checker”update-checker: enabled: true notify-ops-on-join: false permission: "rexchat.admin" message: "%rc_prefix%&fA new version of &cRexChat &fis available: &c{latest}&7 (current: &f{current}&7)."| Key | Type | Description |
|---|---|---|
enabled | boolean | Enable version checking on startup |
notify-ops-on-join | boolean | Notify ops/admins when they join |
permission | string | Permission required to see update notifications |
message | string | Update notification message. Placeholders: {latest}, {current} |
Messages
Section titled “Messages”messages: prefix: "&7[&6RexChat&7] " no-permission: "%rc_prefix%&fYou don't have permission to use this command." reload-success: "%rc_prefix%&fReloaded successfully!" command-not-found: "%rc_prefix%&fCommand not found." player-only: "%rc_prefix%&fThis command can only be used by players!"All messages support %rc_prefix% which resolves to messages.prefix.
Mention
Section titled “Mention”See Mentions for full documentation.
Join/Leave Messages
Section titled “Join/Leave Messages”join-leave: join-message: "" leave-message: ""Leave blank ("") to disable the default Minecraft join/leave message. Set a value to customize it.
Placeholders: {player}, {display_name}, %rc_prefix%, and any PAPI placeholder.
Chat Reporting
Section titled “Chat Reporting”chat-reporting: disable: trueWhen true, player chat is converted to system messages on 1.19+ to avoid signed chat reporting.
Chat Color Presets
Section titled “Chat Color Presets”See Chat Colors for full documentation.
Chat Format
Section titled “Chat Format”See Chat Formatting for full documentation.
Chat Emoji
Section titled “Chat Emoji”See Emojis for full documentation.
Chat Previews
Section titled “Chat Previews”See Chat Previews for full documentation.
Chat Management
Section titled “Chat Management”See Chat Management for full documentation.
Dynamic Commands
Section titled “Dynamic Commands”See Dynamic Commands for full documentation.