RexChat is an lightweight and also an simple plugin, with simple features.
Requirements The plugin does work on 1.8, but only if you use Java 21. (FlamePaper or some fork that supports it.)
Features ClearChat, /cc, /clearchat
MuteChat, /mc, /mutechat
And more customizable commands! (You can add more in the config if needed)
Permissions rexchat.admin - Acces to all commands. (reloading,muting,clearing)
rexchat.mutechat Players with this permission will be able to mute the chat.
rexchat.clearchat - Players with this permission will be able to clear the chat.
rexchat.bypass - Players with this permission will be able to write while the chat is disabled.
Config
Code (Text):
# RexChat Configuration
# IF USING 1.8 PLEASE CHANGE COLORS TO DEFAULT MINECRAFT COLOR CODES. IF YOU PUT HEX COLORS IT WILL SHOW WHITE.
# Message Settings
messages:
prefix: "&7[&#f75634RexChat&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."
reload-usage: "%rc_prefix%&fUsage: /%cmd% reload"
player-only: "%rc_prefix%&fThis command can only be used by players!"
# Chat Management Settings
chat-management:
mute:
enabled: true
permission: "rexchat.mute"
muted-message: "%rc_prefix%&fThe chat is currently muted."
mute-announcement: "%rc_prefix%&fThe chat has been muted by {player}"
unmute-announcement: "%rc_prefix%&fThe chat has been unmuted by {player}"
clear:
enabled: true
permission: "rexchat.clear"
clear-message: "%rc_prefix%&fThe chat has been cleared by {player}"
lines: 100
1. Download RexChat.jar
2. Place it in your server's 'plugins' folder
3. Restart your server
4. Edit the configuration (optional)
5. Use
/rc reload to apply changes