diff --git a/api/src/main/java/com/alttd/chat/config/Config.java b/api/src/main/java/com/alttd/chat/config/Config.java index 34a97b1..c297c44 100755 --- a/api/src/main/java/com/alttd/chat/config/Config.java +++ b/api/src/main/java/com/alttd/chat/config/Config.java @@ -2,7 +2,6 @@ package com.alttd.chat.config; import com.alttd.chat.objects.channels.CustomChannel; import com.alttd.chat.util.Utility; -import com.google.common.base.Throwables; import com.google.common.collect.Lists; import io.leangen.geantyref.TypeToken; import net.kyori.adventure.text.Component; @@ -482,29 +481,29 @@ public final class Config { } // nicknames TODO minimessage for colors and placeholders - public static String NICK_CHANGED = "&eYour nickname was changed to %nickname%&e."; - public static String NICK_NOT_CHANGED = "&eYour nickname request was denied."; - public static String NICK_RESET = "&eNickname changed back to normal."; - public static String NICK_CHANGED_OTHERS = "&6%targetplayer%&e's nickname was changed to %nickname%&e."; - public static String NICK_TARGET_NICK_CHANGE = "&eYour nickname was changed to %nickname% &eby %sendernick%&e"; - public static String NICK_RESET_OTHERS = "&6%player%&6's &enickname was reset back to normal."; - public static String NICK_INVALID_CHARACTERS = "&eYou can only use letters and numbers in nicknames."; - public static String NICK_INVALID_LENGTH = "&eNicknames need to be between 3 to 16 characters long."; - public static String NICK_PLAYER_NOT_ONLINE = "&cThat player is not online."; - public static String NICK_BLOCKED_COLOR_CODES = "&eYou have blocked color codes in that nickname."; - public static String NICK_USER_NOT_FOUND = "&cFailed to set nickname from player, try again from a server this player has been on before."; - public static String NICK_ACCEPTED = "&aYou accepted %targetPlayer%&a's nickname. They are now called %newNick%&a."; - public static String NICK_DENIED = "&aYou denied %targetPlayer%&a's nickname. They are still called %oldNick%&a."; - public static String NICK_ALREADY_HANDLED = "&c%targetPlayer%&c's nickname was already accepted or denied."; - public static String NICK_NO_LUCKPERMS = "&cDue to an issue with LuckPerms /nick try won't work at the moment."; - public static String NICK_TOO_SOON = "&cPlease wait %time%&c until requesting a new nickname"; - public static String NICK_REQUEST_PLACED = "&aReplaced your previous request %oldRequestedNick%&a with %newRequestedNick%&a."; - public static String NICK_REQUEST_NEW = "&aNew nickname request by %player%&a!"; - public static String NICK_TRYOUT = "&f%prefix&f %nick%&7: &fHi, this is what my new nickname could look like!"; - public static String NICK_REQUESTED = "&aYour requested to be nicknamed %nick%&a has been received. Staff will accept or deny this request asap!"; - public static String NICK_REVIEW_WAITING = "&aThere are %amount% nicknames waiting for review!"; - public static String NICK_TAKEN = "&cSomeone else already has this nickname, or has this name as their username."; - public static String NICK_REQUESTS_ON_LOGIN = "&aCurrent nick requests: %amount%"; + public static String NICK_CHANGED = "Your nickname was changed to ."; + public static String NICK_NOT_CHANGED = "Your nickname request was denied."; + public static String NICK_RESET = "Nickname changed back to normal."; + public static String NICK_CHANGED_OTHERS = "'s nickname was changed to ."; + public static String NICK_TARGET_NICK_CHANGE = "Your nickname was changed to by "; + public static String NICK_RESET_OTHERS = "'s nickname was reset back to normal."; + public static String NICK_INVALID_CHARACTERS = "You can only use letters and numbers in nicknames."; + public static String NICK_INVALID_LENGTH = "Nicknames need to be between 3 to 16 characters long."; + public static String NICK_PLAYER_NOT_ONLINE = "That player is not online."; + public static String NICK_BLOCKED_COLOR_CODES = "You have blocked color codes in that nickname."; + public static String NICK_USER_NOT_FOUND = "Failed to set nickname from player, try again from a server this player has been on before."; + public static String NICK_ACCEPTED = "You accepted 's nickname. They are now called ."; + public static String NICK_DENIED = "You denied 's nickname. They are still called ."; + public static String NICK_ALREADY_HANDLED = "'s nickname was already accepted or denied."; + public static String NICK_NO_LUCKPERMS = "Due to an issue with LuckPerms /nick try won't work at the moment."; + public static String NICK_TOO_SOON = "Please wait