bramChat – Plugin Documentation
Installation
- Download bramChat.jar from the download page.
- Place the file in your server’s /plugins folder.
- Restart your server or use /reload (not recommended).
- The plugin will generate a default config.yml.
Private Messaging System
bramChat replaces and enhances Minecraft’s basic private messaging system.
- /msg <player> <message> – Send a private message
- /r <message> – Reply to the last player who messaged you
- /togglepm – Enable/disable receiving private messages
- /ignore <player> – Prevent a player from sending you messages
️ Admin Features
- /bramchat reload – Reload the configuration file live without restarting
Permissions
Permission
Description
Default
bramchat.use Access all basic chat features OP
bramchat.reload Use /bramchat reload OP
bramchat.bypass.freeze Bypass freeze (future feature) OP
⚙️ Configuration File
The config.yml file includes customization for PM message format:
yaml
messages:
pm-sent: "&7[&aMe &7→ &b%target%&7] &f%message%"
pm-received: "&7[&b%sender% &7→ &aMe&7] &f%message%"
You can change the formatting codes using Minecraft color codes (e.g. &a, &b, &c, etc).
Developer Info
This plugin was fully coded by
Bram Wijnen and is open to future features like:
- Chat freeze and mute systems
- Sound effects & PM sounds
- PlaceholderAPI expansions
Need Help?
Join the community Discord for support, updates and sneak peeks:
https://discord.gg/7da5QV5mez
Last updated: April 2025 – v1.0 Release