Add permission for newline
This commit is contained in:
parent
244b2aeda2
commit
271500bae3
|
|
@ -77,6 +77,8 @@ public class Utility {
|
||||||
new Pair<>(StandardTags.transition(), EMPTY_LIST));
|
new Pair<>(StandardTags.transition(), EMPTY_LIST));
|
||||||
formattingPerms.put("chat.format.reset",
|
formattingPerms.put("chat.format.reset",
|
||||||
new Pair<>(StandardTags.reset(), List.of("<reset>", "<r>")));
|
new Pair<>(StandardTags.reset(), List.of("<reset>", "<r>")));
|
||||||
|
formattingPerms.put("chat.format.newline",
|
||||||
|
new Pair<>(StandardTags.newline(), List.of("<newline>")));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String parseColors(String message) {
|
public static String parseColors(String message) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user