From 127000b9212e821212ae3da75ab851cf02b75a8a Mon Sep 17 00:00:00 2001 From: Tuke-Nuke Date: Fri, 9 Jun 2017 06:16:25 -0300 Subject: [PATCH] Added a warning saying this is a fork --- src/me/TheBukor/SkStuff/SkStuff.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/me/TheBukor/SkStuff/SkStuff.java b/src/me/TheBukor/SkStuff/SkStuff.java index 1c0cca1..0a5013a 100644 --- a/src/me/TheBukor/SkStuff/SkStuff.java +++ b/src/me/TheBukor/SkStuff/SkStuff.java @@ -350,7 +350,7 @@ public class SkStuff extends JavaPlugin { getLogger().info("It looks like you're running 1.11!"); } else if (version.equals("v1_12_R1.")) { nmsMethods = new NMS_v1_12_R1(); - getLogger().info("§cYou are running an unofficial fork of SkStuff, by Tuke_Nuke. Some nbt stuffs may not work properly!"); + getServer().getConsoleSender().sendMessage("§c[SkStuff] You are running an unofficial fork of SkStuff, by Tuke_Nuke. Some nbt stuffs may not work properly!"); } else { getLogger().warning("It looks like you're running an unsupported server version, some features will not be available :("); }