Package com.massivecraft.mcore.mcorecmd

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

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

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.