PARCEL LOCKERS PLUGIN Hello! Parcel lockers now can be in your game! This plugin transfers parcel lockers to Minecraft using similar mechanics. It's still under development, so you can expect many more fixes and features.
How it is working? First, the player with the appropriate permissions have to place an oak sign with text
[PL] or
[ParcelLocker] in the first line and the name of the parcel locker in the second line (the name cannot contain spaces). Then a parcel locker with the given name will be created, which has 5 slots for packages.
How to send a package? To send a package, player has to have 20$ and:
> hold item that he want to send in his main hand (currently you can't send written books and enchanted books)
> right click on parcel locker sign
> choose option "Send the package" in GUI
> read the displayed information and click on it
> enter the price (0-99999$)
DONE! The player will receive the package details such as code, price and content. It's a good idea to write down the code, as the player cannot gain any access to it later (unless via parcellockers.json).
How to pick up a package? To pick up a package, player has to:
> right click on parcel locker sign
> choose option "Pick up the package" in GUI
> enter the code
DONE! Player will receive a package if he has the right amount of money, which will go to the sender's account.
Safe method to send package data to player A safe way to send the package data to the player is to use the command
/parloc send <parcellockername> <code> <nickname> then the player can be sure that he has not been cheated, e.g. with the price or the contents of the package.
Permissions parcellockers.createparcellocker - allows to create parcel locker and remove it
parcellockers.parcellockercommand - allows player to use /parloc command
What plugins does this plugin require? - Vault
- Essentials
What are plans for this plugin? - extend the
/parloc command with new possibilities, e.g. displaying all packages sent by a given player
- deadline for picking up the package (currently the package can stay in the parcel locker until someone picks it up)
- customizable shipping prices and messages
If you have any comments regarding the plugin, please report them to me!