This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Function Mailbox
Phoenix Nemo edited this page Sep 10, 2016
·
1 revision
Just another simple mailbox plugin.
/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.
/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.
-
nu.mailbox
- Player create/remove/info/send/sendchest commands. Defaults to all. -
nu.mailboxadmin
- Admin commands, defaults to op.
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)
/nu mailbox create
- Right click a chest
- Hold item(s) and
/nu mailbox send Notch
to send item(s) to Notch. - Type
/nu mailbox sendchest Notch
and right click a chest to send all items in this chest to Notch.
- You can't send chest locked by others with LockettePro plugin.