add first join message
This commit is contained in:
@ -25,7 +25,8 @@ public enum Lang {
|
||||
VOTE_COMMAND_LINKS("vote-command.links"),
|
||||
BLOCKED_MESSAGE("blocked-message"),
|
||||
BLOCKED_MESSAGE_ALERT("blocked-message-alert"),
|
||||
CHAT_FORMAT("chat-format");
|
||||
CHAT_FORMAT("chat-format"),
|
||||
FIRST_JOIN_MESSAGE("first-join-message");
|
||||
|
||||
/**
|
||||
* The path of the lang in the lang.yml file.
|
||||
|
Reference in New Issue
Block a user