Skip to content

Commit 5072541

Browse files
committed
fix placeholder
1 parent a6d9d78 commit 5072541

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/resources/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ channel:
3131
closed: <yellow>(!) Your chat messages will now be <gray>public</gray>.</yellow>
3232

3333
# 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>
34+
# Placeholders:
35+
# <sender> - the username of the message sender
36+
# <recipient> - the username of the message recipient
37+
offline: <red>(!) Player <gray><recipient></gray> is offline. Your chat messages have been switched back to <gray>public</gray>.</red>
3638

3739
# Name for console/server that should appear as <sender> or <recipient> in messages
3840
console-name: "Server"

0 commit comments

Comments
 (0)