From d2810d09f7fae9698dbd8228dff70a8e1e84d4ef Mon Sep 17 00:00:00 2001 From: Pepich Date: Fri, 13 Oct 2017 18:03:40 +0200 Subject: Broadcast no longer color translates --- src/com/redstoner/misc/Utils.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/com/redstoner/misc/Utils.java b/src/com/redstoner/misc/Utils.java index 937ba1f..0902382 100644 --- a/src/com/redstoner/misc/Utils.java +++ b/src/com/redstoner/misc/Utils.java @@ -11,12 +11,10 @@ import org.bukkit.entity.Player; import com.redstoner.annotations.Version; -import net.nemez.chatapi.ChatAPI; - /** The utils class containing utility functions. Those include but are not limited to sending formatted messages, broadcasts and more. * * @author Pepich */ -@Version(major = 4, minor = 0, revision = 0, compatible = 1) +@Version(major = 4, minor = 0, revision = 1, compatible = 1) public final class Utils { /** The @SimpleDateFormat used for getting the current date. */ @@ -38,7 +36,6 @@ public final class Utils * @return the amount of people that received the message. */ public static int broadcast(String prefix, String message, BroadcastFilter filter) { - message = ChatAPI.colorify(null, message); if (prefix == null) prefix = "§8[§2" + getCaller() + "§8]: "; if (filter == null) -- cgit v1.2.3