A GUI-based item mail Minecraft plugin for Paper servers to send items to other players.
/itemmail- Open the mail GUI./itemmail send {player name}- Sends the item that the player is holding to the specified player./itemmail {player name}- Admin command to open a GUI to inspect the mail of the specified player./itemmail reload- Reloads the plugin.
Players can collect mail by doing /itemmail and clicking on the player head for the player they wish to receive mail from.
You will need to give players the required permissions for them to be able to use the different features.
itemmail.mail- Allows players to send and receive mail as well as view the mail GUI.itemmail.mail.send- Allows players to send mail.itemmail.mail.gui- Allows players to view mail GUI and receive mail.itemmail.mail.blacklist.bypass- Allows players to bypass the mail blacklist.itemmail.admin- Allows admins to view contents of and modify players' mail and use all other admin commands.itemmail.admin.view- Allows admins to view contents of players' mail.itemmail.admin.reload- Allows admins to reload the plugin.
- Download the latest JAR from Releases and place it in your plugins folder.
- Restart your server.
Checkout the wiki for more information on configuring the plugin.
If you wish to build the plugin yourself, follow the instructions below.
- Clone the repository:
git clone https://github.com/SulkyWhale/ItemMail.git
- Change into the working directory:
cd ItemMail - Build the JAR with Maven:
mvn clean package
If you encounter any bugs or would like a new feature added, please open an issue. Be sure to check existing issues first to avoid duplicates.
Contributions are welcome. If you have any bug fixes, improvements, or new features you would like to add to this project, feel free to open a pull request.
ItemMail is licensed under the GNU GPL v3. Please see the license for more information.