Changed wrong command syntax for reports
This commit is contained in:
parent
e16cf54712
commit
9278af6071
@ -30,7 +30,7 @@ public class Report extends Appliance {
|
|||||||
.append(Component.text(" Um einen Spieler zu melden, verwende ", NamedTextColor.GRAY)).appendNewline()
|
.append(Component.text(" Um einen Spieler zu melden, verwende ", NamedTextColor.GRAY)).appendNewline()
|
||||||
.append(Component.text("/report", NamedTextColor.GOLD)).appendNewline()
|
.append(Component.text("/report", NamedTextColor.GOLD)).appendNewline()
|
||||||
.append(Component.text("oder", NamedTextColor.GRAY)).appendNewline()
|
.append(Component.text("oder", NamedTextColor.GRAY)).appendNewline()
|
||||||
.append(Component.text("/report <spieler> <grund>", NamedTextColor.GOLD)).appendNewline()
|
.append(Component.text("/report <spieler> [grund]", NamedTextColor.GOLD)).appendNewline()
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user