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
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

