Skip to main content
Dan's Plugins Community
HomeNewsGuidesLeaderboardAboutRoad MapCommissionsAccountDiscordPatreonLinkedInRPKit
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
  4. Open a message: /m open
  5. Archive or delete messages you no longer need.

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.

Support

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

View this guide on GitHub
v0.14.0
Source CodeReport a Bug