Simple private chat messages for server. Now with offline message, multilanguage and notes!
Private Messages is a Minecraft mod designed to enhance the in-game messaging system with features like private messaging, message replies, ignoring players, notifications and notes. This mod allows players to send direct messages to each other, reply to the last received message, and manage privacy with an ignore list.
/m, /t, /msg, /tell commands to send private messages to other players./reply or /r./pm notes to manage them./ignore command./pm notification [on|off]./tell <player> <message>: Send a private message (if you send it to yourself, the message will be saved in notes.). /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 notes [page] - View the list of your notes/pm notes pin <index> - Pin a note/pm notes remove <index> - Delete a note/pm notes remove <from> <to> - Delete notes in the range/pm notes clear - Delete all notes/pm notes search <keyword> - Notes search/pm help: Show a list of all commands and their usage./pm reload: Reload the mod's configuration.The mod allows you to customize various settings by editing the private-messages.json file, such as:
{
"language": "en_us",
"sendMessageFormat": "§6[PM -> §b{target}§6]: §f{message}",
"receiveMessageFormat": "§6[PM] §a{sender}§r: §f{message}",
"offlineMessageFormat": "§6[PM] §a{sender}§r: §f{message}",
"historyMessageFormat": "[{number}] §6[PM§b{target}§6] §a{sender}§r: §f{message}",
"notesFormat": "{index}§6[{dateTime}]: §f{content}",
}
This mod is licensed under the Creative Commons Attribution 4.0 International Public License. See LICENSE for more information.