Compatibility
Minecraft: Java Edition
1.21.3โ1.21.6
Platforms
Tags
Creators
Details
Licensed MIT
Published last year
Updated last year
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
/msgprompt - 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>'


