Examples of ProtocolLibHandler


Examples of org.kitteh.tag.handler.ProtocolLibHandler

        }
        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.");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.