
RemmyChat 1.3.0
A lightweight yet powerful chat plugin with MiniMessage support, multiple channels.
RemmyChat - Changelog for v1.3.0
What's New
- New Commands:
- /msgtoggle - Toggle private messages on/off (Permission: remmychat.msgtoggle)
- /socialspy - Allow staff to monitor private messages between players (Permission: remmychat.socialspy)
- Improved Commands:
- /reply now shows a proper usage message: "Usage: /reply <message>"
- /msg tab completion now includes the player's own name for consistency with vanilla
- Persistent Settings:
- Player preferences (message toggle, social spy status) are now saved to a SQLite database
- Settings persist across server restarts and player reconnects
- PlaceholderAPI Integration:
- Added new placeholders:
- %remmychat_msgtoggle% - Returns true/false based on player's message toggle status
- %remmychat_socialspy% - Returns true/false based on player's social spy status
- %remmychat_channel% - Returns the player's current chat channel
Permissions
- remmychat.msgtoggle - Allows using the /msgtoggle command (default: true)
- remmychat.msgtoggle.bypass - Allows messaging players who have messages disabled (default: op)
- remmychat.socialspy - Allows using the /socialspy command (default: op)
Commands Overview
- /msgtoggle (aliases: /togglemsg, /togglepm) - Toggle private messages on/off
- /socialspy (aliases: /msgspy, /spy) - Toggle social spy mode
- /msg <player> <message> - Send a private message
- /reply <message> - Reply to the last player who messaged you
Thank you for using RemmyChat! If you encounter any issues or have suggestions, please report them on our GitHub page.