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 for players with the permissionitemmail.adminto open a GUI to inspect the mail of the specified player.
Players can collect mail by doing /itemmail and clicking on the player head for the player they wish to receive mail from.
itemmail.mail.send- Allows players to send mail.itemmail.mail.gui- Allows players to view mail GUI and receive mail.itemmail.admin- Allows admins to view contents of players' mail.
- Download the latest JAR from Releases and place it in your plugins folder.
- Restart your server.
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 issues, 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.