mirror of
https://github.com/itHotL/PlayerStats.git
synced 2024-11-10 10:10:47 +01:00
Small formatting fix
This commit is contained in:
parent
520f83bb60
commit
89c2a0f85f
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user