Package co.aikar.commands
Class ACFBungeeUtil
java.lang.Object
co.aikar.commands.ACFBungeeUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic net.md_5.bungee.api.connection.ProxiedPlayerfindPlayerSmart(co.aikar.commands.CommandIssuer issuer, String search) static net.md_5.bungee.api.connection.ProxiedPlayerfindPlayerSmart(net.md_5.bungee.api.CommandSender requester, String search) Deprecated.static StringgetLastColors(String input) static booleanisChatColorAColor(net.md_5.bungee.api.ChatColor chatColor) static booleanisValidName(String name) static StringremoveColors(String msg) static StringreplaceChatString(String message, String replace, String with) static StringreplaceChatString(String message, Pattern replace, String with) static voidDeprecated.static <T> T
-
Field Details
-
COLOR_CHAR
- See Also:
-
-
Constructor Details
-
ACFBungeeUtil
public ACFBungeeUtil()
-
-
Method Details
-
color
-
sendMsg
Deprecated.Move to Message Keys on the CommandIssuer -
removeColors
-
replaceChatString
-
replaceChatString
-
getLastColors
-
isChatColorAColor
-
findPlayerSmart
public static net.md_5.bungee.api.connection.ProxiedPlayer findPlayerSmart(co.aikar.commands.CommandIssuer issuer, String search) -
findPlayerSmart
public static net.md_5.bungee.api.connection.ProxiedPlayer findPlayerSmart(net.md_5.bungee.api.CommandSender requester, String search) Deprecated.Please move to the CommandIssuer version -
isValidName
-
validate
-