diff --git a/platforms/velocity/src/main/java/us/ajg0702/queue/platforms/velocity/players/VelocityPlayer.java b/platforms/velocity/src/main/java/us/ajg0702/queue/platforms/velocity/players/VelocityPlayer.java index d4c64ba..c48634e 100644 --- a/platforms/velocity/src/main/java/us/ajg0702/queue/platforms/velocity/players/VelocityPlayer.java +++ b/platforms/velocity/src/main/java/us/ajg0702/queue/platforms/velocity/players/VelocityPlayer.java @@ -147,7 +147,7 @@ public class VelocityPlayer implements AdaptedPlayer, Audience { main.getMessages().getComponent( "velocity-kick-message", "SERVER:"+server.getName(), - "REASON:"+reason + "REASON:"+PlainTextComponentSerializer.plainText().serialize(reason) ) ); }