Skip to content

Commit eec15a8

Browse files
committed
Toggle private message status messages.
1 parent 1db0328 commit eec15a8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/main/resources/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ usage: "<yellow>(!) Usage:</yellow> <white>/<command> <usage></white>"
2121
# Plugin reloaded
2222
reloaded: "<green>(!) Plugin successfully reloaded.</green>"
2323

24+
# Disable private messages
25+
togglemsg-disable: "<green>(!) You will not receive private messages anymore.</green>"
26+
# Placeholders:
27+
# <player> - the player's username
28+
togglemsg-disable-other: "<green>(!) The player <gray><player></gray> will not receive private messages anymore.</green>"
29+
30+
# Enable private messages
31+
togglemsg-enable: "<green>(!) You will be able to receive private messages now.</green>"
32+
# Placeholders:
33+
# <player> - the player's username
34+
togglemsg-enable-other: "<green>(!) The player <gray><player></gray> will be able to receive private messages now.</green>"
35+
2436
# Error messages
2537
errors:
2638
# No permission

0 commit comments

Comments
 (0)