Package com.massivecraft.mcore.mcorecmd

Examples of com.massivecraft.mcore.mcorecmd.CmdMCoreMStore


    this.outerCmdMCore.register(this);
   
    this.outerCmdMCoreUsys = new CmdMCoreUsys(ConfServer.aliasesOuterMCoreUsys);
    this.outerCmdMCoreUsys.register(this);
   
    this.outerCmdMCoreMStore = new CmdMCoreMStore(ConfServer.aliasesOuterMCoreMStore);
    this.outerCmdMCoreMStore.register(this);
   
    // Integration
    this.integrate(
      ProtocolLibFeatures.get(),
View Full Code Here

TOP

Related Classes of com.massivecraft.mcore.mcorecmd.CmdMCoreMStore

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.