mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 11:10:05 +01:00
Clarify which versions of ProtocolLib are supported by NCP.
This commit is contained in:
parent
b2b5cd1e03
commit
40a83839e5
@ -70,7 +70,7 @@ public class DefaultComponentFactory {
|
|||||||
available.add(new ProtocolLibComponent(plugin));
|
available.add(new ProtocolLibComponent(plugin));
|
||||||
} else {
|
} else {
|
||||||
if (pluginProtocolLib != null) {
|
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.");
|
StaticLog.logInfo("Packet level access: ProtocolLib is not available.");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user