From 40a83839e57ab5e7e1a1f6722d7d0c78545abcc0 Mon Sep 17 00:00:00 2001 From: asofold Date: Mon, 1 Feb 2016 20:40:26 +0100 Subject: [PATCH] Clarify which versions of ProtocolLib are supported by NCP. --- .../neatmonster/nocheatplus/compat/DefaultComponentFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/compat/DefaultComponentFactory.java b/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/compat/DefaultComponentFactory.java index 05a1a067..a98acbf2 100644 --- a/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/compat/DefaultComponentFactory.java +++ b/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/compat/DefaultComponentFactory.java @@ -70,7 +70,7 @@ public class DefaultComponentFactory { available.add(new ProtocolLibComponent(plugin)); } else { if (pluginProtocolLib != null) { - StaticLog.logWarning("Can't tell if the packet level hooks are compatible to the version of ProtocolLib in use."); + StaticLog.logWarning("Can't tell if the packet level hooks are compatible to the version of ProtocolLib in use. NoCheatPlus supports ProtocolLib 3.6.4 on Minecraft 1.7.10 and earlier, and ProtocolLib 3.6.4 or later on Minecraft 1.8 (and later)."); } StaticLog.logInfo("Packet level access: ProtocolLib is not available."); }