You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/config.yml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,18 @@ toggle:
98
98
# <player> - the player's username
99
99
other: "<green>(!) Re-enabled private messages for <gray><player></gray>.</green>"
100
100
101
+
mail:
102
+
# Should players be notified for unread mail on login?
103
+
notify-on-login: true
104
+
105
+
# Interval (in seconds) to notify players of unread mail. Set to 0 to disable.
106
+
notify-interval: 180
107
+
108
+
# Unread mail notification message
109
+
# Placeholders:
110
+
# <unread> - the number of unread mail messages
111
+
notify: "<green>(!) You have <gray><unread></gray> unread messages.</green> <hover:show_text:'Click to view mail'><click:run_command:/mail read><gray>View mail</gray></click></hover>"
0 commit comments