Examples of TownCommand


Examples of com.palmergames.bukkit.towny.command.TownCommand

      // Setup bukkit command interfaces
      getCommand("townyadmin").setExecutor(new TownyAdminCommand(this));
      getCommand("townyworld").setExecutor(new TownyWorldCommand(this));
      getCommand("resident").setExecutor(new ResidentCommand(this));
      getCommand("towny").setExecutor(new TownyCommand(this));
      getCommand("town").setExecutor(new TownCommand(this));
      getCommand("nation").setExecutor(new NationCommand(this));
      getCommand("plot").setExecutor(new PlotCommand(this));
 
      TownyWar.onEnable();
 
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.