Package com.massivecraft.mcore.cmd

Examples of com.massivecraft.mcore.cmd.VersionCommand


   
    this.addSubCommand(this.cmdMCoreUsys);
    this.addSubCommand(this.cmdMCoreMStore);
    this.addSubCommand(this.cmdMCoreId);
   
    this.addSubCommand(new VersionCommand(MCore.get(), MCorePerm.CMD_MCORE_VERSION.node, "v", "version"));
   
    this.addRequirements(ReqHasPerm.get(MCorePerm.CMD_MCORE.node));
  }
View Full Code Here

TOP

Related Classes of com.massivecraft.mcore.cmd.VersionCommand

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.