Function Mailbox - NyaaCat/NyaaUtils GitHub Wiki
Mailbox
Just another simple mailbox plugin.
Command
/nu mailbox create
Create your mailbox.
/nu mailbox remove
Remove your mailbox.
/nu mailbox info
Check your mailbox information, in case you forget where it is :)
/nu mailbox send [Player ID]
Send item(s) in hand to specific player.
/nu mailbox sendchest [Player ID]
Send a chest of items to specific player.
As op (Or any player with permission)
/nu mailbox create [Player ID]
Create mailbox for specified player.
/nu mailbox remove [Player ID]
Remove mailbox for specified player.
/nu mailbox info [Player ID]
Check mailbox information for specified player.
Permission
nu.mailbox- Player create/remove/info/send/sendchest commands. Defaults to all.nu.mailboxadmin- Admin commands, defaults to op.
Config
mail:
handFee: 10
chestFee: 1000
cooldownTicks: 20
timeoutTicks: 200
handFee- Cost to send item(s) in hand.chestFee- Cost to send a chest of items.cooldownTicks- Cool down ticks between sending.timeoutTicks- Timeout ticks to refuse a package. (pending implementation)
Usage
/nu mailbox create- Right click a chest
- Hold item(s) and
/nu mailbox send Notchto send item(s) to Notch. - Type
/nu mailbox sendchest Notchand right click a chest to send all items in this chest to Notch.
Note
- You can't send chest locked by others with LockettePro plugin.