Login notify
Tell players they have mail waiting when they join the server.
When a player joins with items waiting in their mailbox, AT-MailBox can tell them. This reminds players to claim items before they expire.
What the player sees
The notification can show up in three ways, and you can use any mix of them:
- A chat message with the unclaimed count.
- A title and subtitle on screen.
- A sound.
Settings
| Setting | Default | What it does |
|---|---|---|
mailbox.login-notify.enabled | true | Turns the join notification on or off. |
mailbox.login-notify.chat | true | Show the notification in chat. |
mailbox.login-notify.title | true | Show it as a title and subtitle. |
mailbox.login-notify.sound | ENTITY_EXPERIENCE_ORB_PICKUP | Sound to play. Leave blank to disable. |
mailbox.login-notify.cooldown-seconds | 300 | Least time between notifications for the same player. |
The cooldown stops repeat notifications if a player relogs quickly. With the default of 300, a player is notified at most once every five minutes.
Skipping the notification
Players with the atmailbox.notify.bypass permission are never notified. Use this
for staff or for ranks that do not want the reminder. See
Permissions.
Related pages
- Messages and language covers the notification text.
- Item expiry covers the separate expiry warnings.