promotional bannermobile promotional banner

Simple Mail

Click, send, done! Intuitive mail system for sending items to players. Great for server events and rewards.

File Details

SimpleMail-1.6

  • R
  • Jul 28, 2025
  • 37.60 KB
  • 32
  • 1.20.1
  • Forge

File Name

SimpleMail-1.6.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:simple-mail-1307118:6819898")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fixed Issues:

  • Command Structure: has been reverted
  • Item Duplication Bug: Fixed issue where items would be duplicated when sending mail, 
    Items are no longer returned to sender's inventory when mail is successfully sent, Added mailSent flag to track successful mail sending
  • Server Mail Command: Improved commands functionality
    Sender name must be in quotes to prevent conflicts with player names:

    /sendmail (player) - Send mail to specific player
    /sendmail @a - Send mail to all online players (OP only unless config allows)
    /sendservermail "sender-name" - Send mail as custom sender to all players (online and offline)
    /sendservermail "sender-name" @a - Send mail as custom sender to all online players only
    /sendservermail "sender-name" (player) - Send mail as custom sender to specific player