We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f1e79 commit eb4d0faCopy full SHA for eb4d0fa
1 file changed
src/main/java/me/zetastormy/akropolis/util/text/TextUtil.java
@@ -60,10 +60,6 @@ public static String raw(Component message) {
60
return MINI_MESSAGE.serialize(message).replaceAll("\\\\<", "<");
61
}
62
63
- public static Component parseAndReplace(String message, String pattern, Component replacement) {
64
- return parse(message, Placeholder.component(pattern, replacement));
65
- }
66
-
67
public static Component replace(Component message, String pattern, Component replacement) {
68
return parse(raw(message), Placeholder.component(pattern, replacement));
69
0 commit comments