use custom join messages
This commit is contained in:
@ -26,7 +26,9 @@ public enum Lang {
|
||||
BLOCKED_MESSAGE("blocked-message"),
|
||||
BLOCKED_MESSAGE_ALERT("blocked-message-alert"),
|
||||
CHAT_FORMAT("chat-format"),
|
||||
FIRST_JOIN_MESSAGE("first-join-message");
|
||||
FIRST_JOIN_MESSAGE("first-join-message"),
|
||||
JOIN_MESSAGE("join-message"),
|
||||
QUIT_MESSAGE("quit-message");
|
||||
|
||||
/**
|
||||
* The path of the lang in the lang.yml file.
|
||||
|
Reference in New Issue
Block a user