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/java/pro/cloudnode/smp/cloudnodemsg/PluginConfig.java
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -378,12 +378,38 @@ public int mailNotifyInterval() {
378
378
* <li>{@code <message>} - the message</li>
379
379
* <li>{@code <seen>} - whether the mail was read/opened by the recipient (see: <a href="https://docs.advntr.dev/minimessage/dynamic-replacements.html#insert-a-choice">Insert a choice</a>)</li>
380
380
* <li>{@code <starred>} - whether the recipient has starred the mail (see: <a href="https://docs.advntr.dev/minimessage/dynamic-replacements.html#insert-a-choice">Insert a choice</a>)</li>
* <li>{@code <sender>} - the username of the sender</li>
401
+
* <li>{@code <recipient>} - the username of the recipient</li>
402
+
* <li>{@code <message>} - the message</li>
403
+
* <li>{@code <seen>} - whether the mail was read/opened by the recipient (see: <a href="https://docs.advntr.dev/minimessage/dynamic-replacements.html#insert-a-choice">Insert a choice</a>)</li>
404
+
* <li>{@code <starred>} - whether the recipient has starred the mail (see: <a href="https://docs.advntr.dev/minimessage/dynamic-replacements.html#insert-a-choice">Insert a choice</a>)</li>
Copy file name to clipboardExpand all lines: src/main/resources/config.yml
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,8 +142,19 @@ mail:
142
142
# <message> - the message
143
143
# <seen> - whether the mail was read/opened by the recipient (see: https://docs.advntr.dev/minimessage/dynamic-replacements.html#insert-a-choice)
144
144
# <starred> - whether the recipient has starred the mail (see: https://docs.advntr.dev/minimessage/dynamic-replacements.html#insert-a-choice)
145
+
# <id> - the ID of the mail
145
146
sent: "<green>(!) Successfully sent mail to <gray><recipient></gray>.</green>"
146
147
148
+
# Received mail while online
149
+
# Placeholders:
150
+
# <sender> - the username of the sender
151
+
# <recipient> - the username of the recipient
152
+
# <message> - the message
153
+
# <seen> - whether the mail was read/opened by the recipient (see: https://docs.advntr.dev/minimessage/dynamic-replacements.html#insert-a-choice)
154
+
# <starred> - whether the recipient has starred the mail (see: https://docs.advntr.dev/minimessage/dynamic-replacements.html#insert-a-choice)
155
+
# <id> - the ID of the mail
156
+
received: "<green>(!) You have new mail from <gray><sender></gray>. <hover:show_text:Click to see the message><click:run_command:/mail view <id>><white>Click to view</white></click></hover>"
0 commit comments