mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 03:25:19 +01:00
Format group info prefix and suffix (#2677)
This commit is contained in:
parent
d7fa9e08f3
commit
f3857090fa
@ -3139,7 +3139,7 @@ public interface Message {
|
|||||||
builder.append(text()
|
builder.append(text()
|
||||||
.color(WHITE)
|
.color(WHITE)
|
||||||
.append(text('"'))
|
.append(text('"'))
|
||||||
.append(text(prefix))
|
.append(formatColoredValue(prefix))
|
||||||
.append(text('"'))
|
.append(text('"'))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -3156,7 +3156,7 @@ public interface Message {
|
|||||||
builder.append(text()
|
builder.append(text()
|
||||||
.color(WHITE)
|
.color(WHITE)
|
||||||
.append(text('"'))
|
.append(text('"'))
|
||||||
.append(text(suffix))
|
.append(formatColoredValue(suffix))
|
||||||
.append(text('"'))
|
.append(text('"'))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user