Small formatting fix

This commit is contained in:
Artemis-the-gr8 2022-11-25 14:14:53 +01:00
parent 520f83bb60
commit 89c2a0f85f

View File

@ -44,10 +44,8 @@ public final class ExcludeInfoMessage implements TextComponent {
.append(factory.bulletPoint()).append(Component.space())
.append(text("remove ").color(factory.INFO_MSG_ACCENT_DARKEST)
.append(text("{player-name}").color(factory.INFO_MSG_ACCENT_MEDIUM))
.hoverEvent(HoverEvent.showText(text("Removes this player from the excluded-players file,")
.append(Component.newline())
.append(text("so their stats show up in /stat results again"))
.color(factory.FEEDBACK_MSG))))
.hoverEvent(HoverEvent.showText(
text("Includes this player in /stat results again").color(factory.FEEDBACK_MSG))))
.append(Component.newline())
.append(factory.bulletPoint()).append(Component.space())
.append(text("list").color(factory.INFO_MSG_ACCENT_DARKEST)
@ -65,7 +63,7 @@ public final class ExcludeInfoMessage implements TextComponent {
.append(text("not counted for the server total").color(factory.INFO_MSG_ACCENT_MEDIUM))
.append(Component.newline())
.append(factory.arrow()).append(Component.space())
.append(text("hidden")
.append(text("hidden").color(factory.INFO_MSG_ACCENT_MEDIUM)
.hoverEvent(HoverEvent.showText(text("All statistics are still stored and tracked by the server, ")
.append(Component.newline())
.append(text("this command does not delete anything"))