Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
MailboxPlus by Goldwar
PluginLicenseRef-All-Rights-Reserved

MailboxPlus by Goldwar

📩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💎.

35
Downloads
2
Followers
5 months ago
Updated
📦
2
Versions
managementsocialutilitybukkitpaperpurpurspigot
Download Latestv1.0.1View on Modrinth

📖About MailboxPlus by Goldwar

📬 Mailbox – Offline + Online Mail System for Minecraft

  • 🌟Mailbox is a lightweight Minecraft plugin
  • ✅that allows players to send messages
  • 💎to other players, even when they are offline
  • 🔎All mails are safely stored and can be accessed later
  • 📦through a clean mailbox system.

🔗Discord server: https://discord.gg/e6ZrPeUTKm


✨ Short Summary:

  • 📩Send mails to offline players
  • 👍🏻Receive instant mail if the player is online
  • 🔐Store mails securely using SQLite
  • 💎Mailbox GUI with pagination
  • ✅Block or unblock players from sending mail
  • 🌟Clean up mailbox with a single command

For Changelogs: https://modrinth.com/plugin/mailboxplus/changelog


📦 How to Install:

  • ✅Download the plugin .jar file
  • ➕Place it into your server’s /plugins folder
  • 🔃Restart/start the server
  • 🌟The plugin will automatically create its database file

Download link: https://modrinth.com/plugin/mailboxplus/versions


⚙️ Technical Details:

  • 🔈Server Software: Spigot / Paper
  • ➕Supported Versions: 1.19.x,1.20.x,1.21.x
  • 📦Storage: SQLite (single .db file)
  • 📌Database Location: plugins/Mailbox/database.db
  • ✅Permissions System: Yes
  • 💎Lightweight: No external dependencies required
  • 🌟No config.yml: just plug and play

Go to Gallery section: https://modrinth.com/plugin/mailboxplus/gallery


💬 Community & Support:

  • Join our Discord for updates, support, and suggestions:
  • 🔗Discord server: https://discord.gg/e6ZrPeUTKm

😎Other projects

  • SolutionPlus -> https://modrinth.com/plugin/solutionplus
  • TrimsEffect -> https://modrinth.com/plugin/trimseffect
  • DamageIndicator -> https://modrinth.com/plugin/damageindicator

🎮My Minercraft server IP: in.shulker.in:25938


📜 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

👥 Team & Contributors

GoldwarGlory
GoldwarGloryOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.191.19.11.19.21.19.31.19.41.201.20.11.20.2+16 more

🔗 Links

Modrinth Page