Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
PrivateMessage
PluginMIT

PrivateMessage

A Simple /msg Plugin

177
Downloads
0
Followers
10 months ago
Updated
📦
1
Versions
game-mechanicssocialutilitybukkitpaperspigot
Download Latestv1.0View on Modrinth

📖About PrivateMessage

CustomMessage

Bring private messaging to your Bukkit/Spigot server with ease! CustomMessage gives your players a clean, familiar DM system complete with clickable usernames, reply & ignore functionality, social-spy for staff, spam control, and fully-customizable formats.


🚀 Key Features

  • /msg <player> <message> – Send a private DM with a teal ✉ envelope prefix
  • /r <message> – Quickly reply to your last DM without re-typing the recipient
  • /ignore <player> / /unignore <player> – Block or unblock DMs from specific users
  • /socialspy (staff only) – See all DMs in real time with a 🛡 SPY prefix
  • Spam-control – Configurable cooldown between messages to prevent abuse
  • Clickable JSON chat – Click any “Me”, player name, or “You” in DMs to open a /msg prompt
  • Fully configurable – Change every prefix, color, usage message, cooldown, and more in config.yml

📋 Commands & Permissions

Command Permission Default Description
/msg custommessage.msg ✔️ Send a private message
/r custommessage.msg ✔️ Reply to your last private message
/ignore custommessage.ignore ✔️ Toggle ignoring DMs from a player
/unignore custommessage.ignore ✔️ Stop ignoring a player’s DMs
/socialspy custommessage.socialspy OP Toggle social-spy (staff only) to watch every DM

Staff note: Anyone with custommessage.socialspy (default: OP) will see every DM prefixed with 🛡 SPY.


⚙️ Configuration (config.yml)

# config.yml

# ─── Chat formats ─────────────────────────────────────────────────────────
formats:
  msg:    '&7[Msg] &f%sender% &8→ &f%target% &8: &7%message%'
  spy:    '&7[Spy] &f%sender% &8→ &f%target% &8: &7%message%'

# ─── Spam control ─────────────────────────────────────────────────────────
# seconds between allowed /msg’s per player
cooldown-seconds: 2
# warning when you hit cooldown (%seconds% will be filled in)
cooldown-message: '&cSlow down! Wait %seconds%s before messaging again.'

# ─── /r (reply) ───────────────────────────────────────────────────────────
reply:
  usage:     '&eUsage: /r <message>'
  no-partner: '&cNo one to reply to.'
  offline:   '&cYour last chat partner is offline.'

# ─── /ignore & /unignore ───────────────────────────────────────────────────
ignore:
  usage:   '&eUsage: /ignore <player>'
  on:      '&cYou are now ignoring &f%target%'
  off:     '&aYou are no longer ignoring &f%target%'
  invalid: '&cInvalid player.'
  self:    '&cYou cannot ignore yourself.'
  blocked: '&cThat player is ignoring you.'

unignore:
  usage: '&eUsage: /unignore <player>'
  on:    '&aYou are no longer ignoring &f%target%'
  off:   '&eYou were not ignoring &f%target%'

# ─── /socialspy ───────────────────────────────────────────────────────────
socialspy:
  on:            '&aSocialSpy on'
  off:           '&cSocialSpy off'
  no-permission: '&cYou must be OP to toggle social spy.'

# ─── Generic fallbacks ────────────────────────────────────────────────────
no-permission:   '&cYou don’t have permission for that.'
only-players:    '&cOnly players can run that command.'
usage-msg:       '&eUsage: /msg <player> <message>'

👥 Team & Contributors

Mamtak
MamtakOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperspigot
Minecraft Versions
1.21.31.21.41.21.51.21.6

🔗 Links

Modrinth Page