Examples of ProtocolLibComponent


Examples of fr.neatmonster.nocheatplus.net.protocollib.ProtocolLibComponent

      LogUtil.logInfo("[NoCheatPlus] Inventory checks: FastConsume is not available.");
    }
   
    // ProtocolLib dependencies.
    try {
      available.add(new ProtocolLibComponent(plugin));
    } catch (Throwable t){
      LogUtil.logInfo("[NoCheatPlus] Packet level access: ProtocolLib is not available.");
    }
   
    return available;
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.