1
0

use custom join messages

This commit is contained in:
Lee
2024-04-01 12:46:15 +01:00
parent 3702bc30c9
commit 66aae8170d
4 changed files with 34 additions and 28 deletions

View File

@ -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.