Correct velocity example not appending error component (#289)
This commit is contained in:
parent
d55f59b227
commit
f14d27314b
1 changed files with 2 additions and 1 deletions
|
|
@ -83,7 +83,8 @@ public final class ExampleVelocityPlugin {
|
||||||
.color(NamedTextColor.WHITE)
|
.color(NamedTextColor.WHITE)
|
||||||
.append(Component.text('['))
|
.append(Component.text('['))
|
||||||
.append(Component.text("cloud-velocity-example", TextColor.color(0x1CBAE0)))
|
.append(Component.text("cloud-velocity-example", TextColor.color(0x1CBAE0)))
|
||||||
.append(Component.text(']'))
|
.append(Component.text("] "))
|
||||||
|
.append(component)
|
||||||
.build())
|
.build())
|
||||||
.apply(commandManager, AudienceProvider.nativeAudience());
|
.apply(commandManager, AudienceProvider.nativeAudience());
|
||||||
commandManager.command(
|
commandManager.command(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue