Private Messages

Quick rating

Private Messages

No reviews yet

Simple private messages for server

No Theme
No Genre
Social & Roleplay
QoL & Tweaks
Server Utility
Mod Loaders
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
Creative Commons Attribution 4.0 International
Latest Version
private-messages-2.1.0-1.21.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Private Messages Mod for Minecraft

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.

Features

  • Send Private Messages: Use /m, /t, /msg, /tell commands to send private messages to other players.
  • 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.
  • Notes: If you send a message to yourself, it will be saved in your personal notes. Use /pm notes to manage them.
  • 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].
  • Configurable Settings: Customize message formats, notification settings, and more through the configuration file.
  • Encryption: All saved player data is encrypted so that the server administration cannot access it.

Commands

Main

  • /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.

Notes

  • /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

Other

  • /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:

  • Language: Select your language (now supported: English, Russian). If you want more supported languages and can help me with it, create an issue with feature template.
  • Message formats: Customize how messages appear.

Example Configuration

{
    "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}",
}

Private Messages Mod for Minecraft

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.

Features

  • Send Private Messages: Use /m, /t, /msg, /tell commands to send private messages to other players.
  • 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.
  • Notes: If you send a message to yourself, it will be saved in your personal notes. Use /pm notes to manage them.
  • 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].
  • Configurable Settings: Customize message formats, notification settings, and more through the configuration file.
  • Encryption: All saved player data is encrypted so that the server administration cannot access it.

Commands

Main

  • /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.

Notes

  • /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

Other

  • /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:

  • Language: Select your language (now supported: English, Russian). If you want more supported languages you can help me with it.
  • Message formats: Customize how messages appear.

Example Configuration

{
    "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}",
}

License

This mod is licensed under the Creative Commons Attribution 4.0 International Public License. See LICENSE for more information.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~72,000
Total Downloads
CurseForge
~70,000
Modrinth
~2,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works