From 8b450575446528e1c25638c207e230da7e4e88b7 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Mon, 21 Mar 2022 17:11:46 +0100 Subject: [PATCH] make work --- CommandWhitelistBukkit/pom.xml | 2 +- CommandWhitelistCommon/pom.xml | 2 +- .../endermite/commandwhitelist/common/commands/CWCommand.java | 1 + CommandWhitelistVelocity/pom.xml | 2 +- CommandWhitelistWaterfall/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CommandWhitelistBukkit/pom.xml b/CommandWhitelistBukkit/pom.xml index 3c711f0..13bc690 100644 --- a/CommandWhitelistBukkit/pom.xml +++ b/CommandWhitelistBukkit/pom.xml @@ -6,7 +6,7 @@ eu.endermite.commandwhitelist CommandWhitelist - 2.3.0 + 2.3.1 Bukkit diff --git a/CommandWhitelistCommon/pom.xml b/CommandWhitelistCommon/pom.xml index 3727247..aac0eb3 100644 --- a/CommandWhitelistCommon/pom.xml +++ b/CommandWhitelistCommon/pom.xml @@ -6,7 +6,7 @@ eu.endermite.commandwhitelist CommandWhitelist - 2.3.0 + 2.3.1 Common diff --git a/CommandWhitelistCommon/src/main/java/eu/endermite/commandwhitelist/common/commands/CWCommand.java b/CommandWhitelistCommon/src/main/java/eu/endermite/commandwhitelist/common/commands/CWCommand.java index 5408d45..480edb7 100644 --- a/CommandWhitelistCommon/src/main/java/eu/endermite/commandwhitelist/common/commands/CWCommand.java +++ b/CommandWhitelistCommon/src/main/java/eu/endermite/commandwhitelist/common/commands/CWCommand.java @@ -22,6 +22,7 @@ public class CWCommand { .resolver(StandardTags.reset()) .resolver(StandardTags.rainbow()) .resolver(StandardTags.translatable()) + .resolver(StandardTags.newline()) .build() ).build(); diff --git a/CommandWhitelistVelocity/pom.xml b/CommandWhitelistVelocity/pom.xml index d355aed..26781e9 100644 --- a/CommandWhitelistVelocity/pom.xml +++ b/CommandWhitelistVelocity/pom.xml @@ -6,7 +6,7 @@ eu.endermite.commandwhitelist CommandWhitelist - 2.3.0 + 2.3.1 Velocity diff --git a/CommandWhitelistWaterfall/pom.xml b/CommandWhitelistWaterfall/pom.xml index d2f646e..eb0d577 100644 --- a/CommandWhitelistWaterfall/pom.xml +++ b/CommandWhitelistWaterfall/pom.xml @@ -6,7 +6,7 @@ eu.endermite.commandwhitelist CommandWhitelist - 2.3.0 + 2.3.1 Waterfall diff --git a/pom.xml b/pom.xml index 1a27069..441f26c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.endermite.commandwhitelist CommandWhitelist - 2.3.0 + 2.3.1 CommandWhitelistCommon CommandWhitelistBukkit