.
This commit is contained in:
parent
a365f70873
commit
0e8c48f570
39 changed files with 379 additions and 327 deletions
|
|
@ -21,8 +21,9 @@ public record ScrowMessageStyle(
|
|||
|
||||
@Override
|
||||
public Component ok(Component msg) {
|
||||
return ComponentUtils.resolveURLS(prefix.append(Component.text(" ☆ ").color(NamedTextColor.GRAY))
|
||||
.append(msg.colorIfAbsent(NamedTextColor.GRAY)));
|
||||
return ComponentUtils.resolveURLS(
|
||||
prefix.append(Component.text(" ☆ ").color(NamedTextColor.GRAY))
|
||||
.append(msg.colorIfAbsent(NamedTextColor.GRAY)));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue