Package fr.neatmonster.nocheatplus.net.protocollib

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

Related Classes of fr.neatmonster.nocheatplus.net.protocollib.ProtocolLibComponent

Copyright © 2018 www.massapicom. 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.