Skip to main content
Dan's Plugins Community
HomeNewsGuidesLeaderboardAboutRoad MapCommissionsDev PortalAccount
All guides

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

  1. Download the latest Mailboxes-<version>.jar from the Releases page.
  2. Place the JAR in your server's plugins/ folder.
  3. Restart the server.

Getting Started

  1. Send a message: /m send <player> "Hello!"
  2. Attach an item to a message: hold the item and add -attach: /m send <player> "Here is a gift" -attach
  3. List your messages: /m list (each listed message shows its ID)
  4. Open a message by its ID: /m open <ID>
  5. Archive or delete messages you no longer need: /m archive <ID> or /m delete <ID>.

Permissions

PermissionDefaultDescription
mailboxes.helptrueView the help menu.
mailboxes.listtrueList messages.
mailboxes.opentrueOpen a message.
mailboxes.sendtrueSend a text message.
mailboxes.send.attachtrueSend a message with an item attached.
mailboxes.deletetrueDelete a message.
mailboxes.archivetrueArchive a message.
mailboxes.configopView or change config options.
mailboxes.statstrueView your mailbox statistics.

Support

Ask questions in the Discord server or open a GitHub issue.

View this guide on GitHub
v0.15.0-SNAPSHOT-8-8-2026
Source CodeReport a Bug