Mailboxes Guide
0
Mailboxes User Guide
What is Mailboxes?
Mailboxes is a Spigot plugin that gives players an in-game messaging system. Players can send text messages and attach items to other players, even when they are offline. Messages are stored persistently and can be listed, opened, archived, or deleted.
Installation
- Download the latest
Mailboxes-<version>.jarfrom the Releases page. - Place the JAR in your server's
plugins/folder. - Restart the server.
Getting Started
- Send a message:
/m send <player> "Hello!" - Attach an item to a message: hold the item and add
-attach:/m send <player> "Here is a gift" -attach - List your messages:
/m list(each listed message shows its ID) - Open a message by its ID:
/m open <ID> - Archive or delete messages you no longer need:
/m archive <ID>or/m delete <ID>.
Permissions
| Permission | Default | Description |
|---|---|---|
mailboxes.help | true | View the help menu. |
mailboxes.list | true | List messages. |
mailboxes.open | true | Open a message. |
mailboxes.send | true | Send a text message. |
mailboxes.send.attach | true | Send a message with an item attached. |
mailboxes.delete | true | Delete a message. |
mailboxes.archive | true | Archive a message. |
mailboxes.config | op | View or change config options. |
mailboxes.stats | true | View your mailbox statistics. |
Support
Ask questions in the Discord server or open a GitHub issue.