Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Function Mailbox

Phoenix Nemo edited this page Sep 10, 2016 · 1 revision

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

  1. /nu mailbox create
  2. Right click a chest
  3. Hold item(s) and /nu mailbox send Notch to send item(s) to Notch.
  4. Type /nu mailbox sendchest Notch and 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.