FAQ

Frequently asked questions

My Mail Reason Capped at One Word Long

You cannot simply use /mailpreset edit reason:Hello How are you. as this counts as multiple arguments in the mailme system which are reserved for special features in the future! To have multiple words you must replace your spaces with '_'. Like so:

/mailpreset edit reason:Hello_how_are_you?

My plugin doesn't work now I've updated!

After plugin version 1.5 the plugin now uses a different type of storage method for all of your mail. Please see the Updating to MailMe Rewrite section for how to update.

If you're still receiving errors, join the discord (found on plugin homepage)

Can I have a feature implementing?

Potentially!

MailMe is always looking to increase its feature list and provide a better experience for you. Although, we have a few restrictions in place for this:

  • Suggestion must be relevant to plugin function. Example: We won't put a trading system into the plugin as the main function is to send and receive mail between players - not trade items.

  • Suggestion must be useful for everybody. This means if you have a private plugin and you want the plugin to link in with it, we won't do it for the main jar. However, the plugin has an extensive API so you could look at using that or providing another developer with it.

  • Suggestion can't be already implemented (duh)

Permissions

Number of Mailboxes a player can own = "mailbox.limit.2";
Using a mailbox = "mailbox.use";
Mailbox help command = "mailbox.help";
Ability to add a mailbox = "mailbox.add";
Ability to remove a mailbox = "mailbox.remove";
Finds nearby mailboxes = "mailbox.find";
Remove all player's mailboxes = "mailbox.removeall";

Mail help command = "mailme.help";
Permission to compose mail = "mailme.compose";
Permission to read mail = "mailme.inbox";
Permission to reply to mail = "mailme.reply";
Permission to read mail as text = "mailme.read-as-text";
Permission to send items = "mailme.send.item";
Permission to send letters = "mailme.send.letter";
Permission to send books = "mailme.send.book";
Permission to see & send console commands = "mailme.send.console";

Permission to edit user language = "mailme.lang";
Permission to edit notification settings = "mailme.notify";

Ability to use postoffice = "postoffice.use";
Ability to send a mail anonymously = "mailme.send-anonymously";
All typical admin commands = "mailme.admin";

My question isn't answered here!

Please refer to the Discord

Last updated