Package com.palmergames.bukkit.towny.command

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


      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();
 
      if (TownySettings.isTownyUpdating(getVersion()))
View Full Code Here

TOP

Related Classes of com.palmergames.bukkit.towny.command.NationCommand

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.