Permissions
Every permission node AT-MailBox uses and what it grants.
Grant these nodes through your permissions plugin. Capacity tiers are special: each tier you define in the config adds its own node.
Nodes
| Permission | Default | Grants |
|---|---|---|
atmailbox.use | true | Open and claim from your own mailbox. |
atmailbox.admin | op | The admin sub-commands. |
atmailbox.capacity.default | true | The baseline capacity tier. |
atmailbox.capacity.vip | false | The VIP capacity tier. |
atmailbox.capacity.mvp | false | The MVP capacity tier. |
atmailbox.capacity.unlimited | false | The unlimited capacity tier. |
atmailbox.capacity.<custom> | none | Any tier you add in config.yml. |
atmailbox.notify.bypass | false | Skip the "you have mail" join notification. |
Capacity permissions
Every tier under mailbox.pages.max-pages grants atmailbox.capacity.<name>. The
nodes above are the built-in tiers. If you add a tier called elite, it grants
atmailbox.capacity.elite.
A player gets the page count of the highest tier they hold. See Capacity tiers.
atmailbox.capacity.default is on for everyone by default. It sets the baseline
mailbox size when a player has no higher tier.
Admin access
atmailbox.admin covers all of /mailbox admin open, deliver, clear, and
reload. See Commands.