PluginLicenseRef-All-Rights-Reserved
IMessage
A simple configurable messaging plugin
6
Downloads
0
Followers
4 months ago
Updated
📦
1
Versions
📖About IMessage
IMessage is a lightweight and customizable private messaging plugin with fully configurable formatting and sounds.
Features
- Simple and lightweight private messaging system
- Customizable message layout through config.yml
- Supports the placeholders %sender%, %receiver%, and %message%
- Customizable sounds for both sending and receiving messages
Requires only one permission: imessage.use
Command (Usage | Description | Permission)
/message - Sends a private message to the specified player - imessage.use
Configuration
The plugin includes a simple configuration file allowing full control over message formatting and sounds.
config.yml
# Message format when receiving a message
receive: "Message > %sender% messaged: %message%"
# Message format when sending a message
send: "Message > You messaged %receiver%: %message%"
# Sounds played
# Use any Spigot sound name: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
receiveSound: GHAST_MOAN
sendSound: GHAST_MOAN