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
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,22 @@ ignored: "<green>(!) You will no longer see messages from <gray><player></gray>.
18
18
# Same placeholders as ignored
19
19
unignored: "<yellow>(!) You are no longer ignoring <gray><player></gray>.</yellow>"
20
20
21
+
channel:
22
+
# Message channel created
23
+
# Placeholders:
24
+
# <sender> - the username of the message sender
25
+
# <recipient> - the username of the message recipient
26
+
# <command> - the command used, e.g. `msg`, `dm`, etc.
27
+
created: <green>(!) Your chat messages will now be sent as private messages to <gray><recipient></gray>. To re-enable public messages, run <click:suggest_command:/<command> <recipient>><gray>/<command> <recipient></gray></click></green>
28
+
29
+
# Message channel closed
30
+
# Same placeholders as created
31
+
closed: <yellow>(!) Your chat messages will now be <gray>public</gray>.</yellow>
32
+
33
+
# Message channel player is offline and channel closed
34
+
# Same placeholders as created
35
+
offline: <red>(!) Player <gray><player></gray> is offline. Your chat messages have been switched back to <gray>public</gray>.</red>
36
+
21
37
# Name for console/server that should appear as <sender> or <recipient> in messages
0 commit comments