Compatibility
Minecraft: Java Edition
1.21–1.21.5
1.20.x
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Private Messages Mod for Minecraft (Fabric)
Private Messages is a Minecraft mod designed to enhance the in-game messaging system with features like private messaging, message replies, ignoring players, and notifications. This mod allows players to send direct messages to each other, including offline players, reply to the last received message, and manage privacy with an ignore list.
Features
- Send Private Messages: Use
/m
,/t
,/msg
,/tell
commands to send private messages to other players. - Send Private Messages to offline players: from 2.0+ version you can now send pm to any player, which have been played on server, even if they are offline.
- Read offline messages: If someone send you pm when you've been offline, you can now read it using
/pm read
command. - View history: You can now view history of last 20 messages. Use
/pm history
. - Reply to Last Message: Quickly reply to the last received private message using
/reply
or/r
. - Reply by Clicking: You can also reply to a private message simply by clicking on it! Clicking on the message will automatically suggest the reply command with the sender’s name.
- Ignore Players: Block messages from specific players using the
/ignore
command. - Notification Settings: Enable or disable notification sounds for private messages using
/pm notification [on|off]
. - Help Command: Displays a list of commands and their usage with
/pm help
. - Configurable Settings: Customize message formats, selected language, and more through the configuration file.
Commands
/tell <player> <message>
: Send a private message./t <player> <message>
: Send a private message (alias for/tell
)./msg <player> <message>
: Send a private message./m <player> <message>
: Send a private message (alias for/msg
)./w <player> <message>
: Send a private message./reply <message>
: Reply to the last received private message./r <message>
: Reply to the last received private message (alias for/reply
)./ignore <player>
: Toggle ignoring a player. You will no longer receive private messages from them./pm notification [on|off]
: Toggle sound notifications for private messages./pm read
: Read offline messages./pm history
: View history of last 20 messages./pm clear
: Clear messages history./pm help
: Show a list of all commands and their usage./pm reload
: Reload the mod's configuration.
Configuration
The mod allows you to customize various settings by editing the private-messages.json
file, such as:
- Message formats: Customize how private messages appear.
- Language: Mod now supports 2 languages: English, Russian
If you want support for your language and can help me with it, create an issue on GitHub project source and I will contact you.
Example Configuration
{
"language": "en_us",
"sendMessageFormat": "§6[PM -\u003e §b{target}§6]: §f{message}",
"receiveMessageFormat": "§6[PM] §a{sender}§r: §f{message}",
"offlineMessageFormat": "§6[PM] §a{sender}§r: §f{message}"
}