From f14d27314beabc944820eb3e42030e56fb01cb54 Mon Sep 17 00:00:00 2001 From: Alastair Woodbury Date: Wed, 18 Aug 2021 18:15:02 +0100 Subject: [PATCH] Correct velocity example not appending error component (#289) --- .../examples/velocity/ExampleVelocityPlugin.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/example-velocity/src/main/java/cloud/commandframework/examples/velocity/ExampleVelocityPlugin.java b/examples/example-velocity/src/main/java/cloud/commandframework/examples/velocity/ExampleVelocityPlugin.java index 3e29140e..70b33e41 100644 --- a/examples/example-velocity/src/main/java/cloud/commandframework/examples/velocity/ExampleVelocityPlugin.java +++ b/examples/example-velocity/src/main/java/cloud/commandframework/examples/velocity/ExampleVelocityPlugin.java @@ -83,7 +83,8 @@ public final class ExampleVelocityPlugin { .color(NamedTextColor.WHITE) .append(Component.text('[')) .append(Component.text("cloud-velocity-example", TextColor.color(0x1CBAE0))) - .append(Component.text(']')) + .append(Component.text("] ")) + .append(component) .build()) .apply(commandManager, AudienceProvider.nativeAudience()); commandManager.command(