Examples of CmdMCore


Examples of com.massivecraft.mcore.mcorecmd.CmdMCore

    this.moneyAspect.setDesc(
      "<i>The aspect used for how much money a player has"
    );
   
    // Register commands
    this.outerCmdMCore = new CmdMCore(ConfServer.aliasesOuterMCore);
    this.outerCmdMCore.register(this);
   
    this.outerCmdMCoreUsys = new CmdMCoreUsys(ConfServer.aliasesOuterMCoreUsys);
    this.outerCmdMCoreUsys.register(this);
   
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.