IMessage

A simple configurable messaging plugin

18

IMessage

IMessage is a lightweight and customizable private messaging plugin with fully configurable formatting and sounds.

Features

1. Simple and lightweight private messaging system 2. Customizable message layout through config.yml 3. Supports the placeholders %sender%, %receiver%, and %message% 4. Customizable sounds for both sending and receiving messages

Requires only one permission: imessage.use

Command (Usage | Description | Permission)

/message <player> <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 ```

ADS