1
0
This commit is contained in:
Lee
2024-04-03 15:11:36 +01:00
parent 3bd59d5803
commit dc253b75c2
15 changed files with 293 additions and 54 deletions

View File

@ -12,6 +12,7 @@ import java.util.List;
public enum Lang {
PREFIX("prefix"),
PREFIX_FORMAT("prefix-format"),
ADMIN_PREFIX("admin-prefix"),
HELP_COMMAND("help-command"),
GIT_COMMAND("git-command"),
@ -23,12 +24,17 @@ public enum Lang {
VOTE_COMMAND_HEADER("vote-command.header"),
VOTE_COMMAND_FORMAT("vote-command.format"),
VOTE_COMMAND_LINKS("vote-command.links"),
SAVE_ACCOUNTS_COMMAND_SAVING("save-accounts-command.saving"),
SAVE_ACCOUNTS_COMMAND_SAVED("save-accounts-command.saved"),
BLOCKED_MESSAGE("blocked-message"),
BLOCKED_MESSAGE_ALERT("blocked-message-alert"),
CHAT_FORMAT("chat-format"),
FIRST_JOIN_MESSAGE("first-join-message"),
JOIN_MESSAGE("join-message"),
QUIT_MESSAGE("quit-message");
QUIT_MESSAGE("quit-message"),
COMMAND_SPY_ENABLED("command-spy.toggled-on"),
COMMAND_SPY_DISABLED("command-spy.toggled-off"),
COMMAND_SPY_FORMAT("command-spy.format");
/**
* The path of the lang in the lang.yml file.