}
versionLoaded = (cbversion.equals("pre") ? "1.4.5-pre-RB" : cbversion);
if (((this.handler == null) || !(this.handler instanceof PacketHandlerNetty)) && this.getServer().getPluginManager().isPluginEnabled("ProtocolLib")) {
this.getLogger().info("Detected ProtocolLib, using that for handling!");
this.handler = new ProtocolLibHandler(this.tagHandler);
versionLoaded = "via ProtocolLib";
}
if (this.handler == null) {
this.getLogger().severe("Could not find support for this " + this.getServer().getName() + " version (" + cbversion + "). Check for an update or pester mbaxter.");