Ultra Mailbox
📩Mailbox is a lightweight yet powerful Minecraft plugin🚀 that allows players to send and receive mail even when recipients are offline🌟. It features a clean GUI, pagination support and player blocking💎.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Ultra Mailbox
📬 Mailbox – Offline + Online Mail System for Minecraft
- 📦through a clean mailbox system. - 📦through a clean mailbox system. - 📦through a clean mailbox system. - 📦through a clean mailbox system. - 📦through a clean mailbox system.
> 🔗Discord server: <u>https://discord.gg/e6ZrPeUTKm</u>
---
✨ Short Summary:
- 🌟Clean up mailbox with a single command - 🌟Clean up mailbox with a single command - 🌟Clean up mailbox with a single command - 🌟Clean up mailbox with a single command - 🌟Clean up mailbox with a single command - 🌟Clean up mailbox with a single command
> For Changelogs: <u>https://modrinth.com/plugin/mailboxplus/changelog</u>
---
📦 How to Install:
- 🌟The plugin will automatically create its database file - 🌟The plugin will automatically create its database file - 🌟The plugin will automatically create its database file - 🌟The plugin will automatically create its database file
> Download link: <u>https://modrinth.com/plugin/mailboxplus/versions</u>
---
⚙️ Technical Details:
- 🌟No config.yml: just plug and play - 🌟No config.yml: just plug and play - 🌟No config.yml: just plug and play - 🌟No config.yml: just plug and play - 🌟No config.yml: just plug and play - 🌟No config.yml: just plug and play - 🌟No config.yml: just plug and play
> Go to Gallery section: <u>https://modrinth.com/plugin/mailboxplus/gallery</u>
---
💬 Community & Support:
- 🔗Discord server: <u>https://discord.gg/e6ZrPeUTKm</u> - 🔗Discord server: <u>https://discord.gg/e6ZrPeUTKm</u>
😎Other projects
- GsDamageIndicator -> <u>https://modrinth.com/plugin/damageindicator</u> - GsDamageIndicator -> <u>https://modrinth.com/plugin/damageindicator</u> - GsDamageIndicator -> <u>https://modrinth.com/plugin/damageindicator</u>
🎮My Minercraft Server:
- 🎮Versions: 1.13.x/1.21.x - 🎮Versions: 1.13.x/1.21.x - 🎮Versions: 1.13.x/1.21.x - 🎮Versions: 1.13.x/1.21.x ---
📜 Commands
``` /mail <player> <message> - Send a mail to a player /mailbox - Open your mailbox GUI /block <player|*> - Block a player or everyone from sending mail /unblock <player|*> - Unblock a player or everyone /mailcleanup - Delete all mails from your mailbox ```
🔐 Permissions
``` mailbox.mail - Allows sending mails mailbox.open - Allows opening mailbox GUI mailbox.block - Allows blocking players mailbox.cleanup - Allows using /mailcleanup ```
📌plugin.yml
``` name: Mailbox main: Mailbox.MailboxPlugin version: 1.0.0 api-version: 1.21 author: Goldwar_Glory description: A player mailbox system with offline mail, blocking, and SQLite storage. website: https://modrinth.com/plugin/mailbox
commands: mail: description: Send a mail to another player. usage: /mail <player> <message> aliases: [sendmail] permission: mailbox.mail permission-message: §cYou don’t have permission to use this command.
mailbox: description: Open your mailbox GUI. usage: /mailbox aliases: [mbox] permission: mailbox.mailbox permission-message: §cYou don’t have permission to use this command.
block: description: Block a player from sending you mails. usage: /block <player|*> aliases: [blockmail] permission: mailbox.block permission-message: §cYou don’t have permission to use this command.
unblock: description: Unblock a player from your mail blocklist. usage: /unblock <player|*> aliases: [unblockmail] permission: mailbox.unblock permission-message: §cYou don’t have permission to use this command.
mailcleanup: description: cleanup mailbox. usage: /mailcleanup aliases: [mclean] permission: mailbox.cleanup permission-message: §cYou don’t have permission to use this command.
permissions: mailbox.mail: description: Send mail default: true mailbox.mailbox: description: Open mailbox default: true mailbox.block: description: Block players default: true mailbox.unblock: description: Unblock players default: true mailbox.cleanup: discription: cleanup MailboxGUI default: true ```