/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java
ViewVC logotype

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1653 by torben, Fri Dec 9 17:06:52 2011 UTC revision 1654 by torben, Fri Dec 9 17:08:14 2011 UTC
# Line 26  public class HoerupUtilsPlugin extends J Line 26  public class HoerupUtilsPlugin extends J
26                  getCommand("eternalday").setExecutor(new EternalDayCommand(this));                  getCommand("eternalday").setExecutor(new EternalDayCommand(this));
27                  getCommand("getpos").setExecutor( new GetposCommand() );                  getCommand("getpos").setExecutor( new GetposCommand() );
28                  getCommand("msg").setExecutor( new MsgCommand( getServer() ) );                  getCommand("msg").setExecutor( new MsgCommand( getServer() ) );
                 getCommand("spawn").setExecutor( new SpawnCommand() );  
29                  getCommand("tp").setExecutor( new TeleportCommand() );                  getCommand("tp").setExecutor( new TeleportCommand() );
30    
31                  getCommand("wall").setExecutor( new WallCommand() );                  getCommand("wall").setExecutor( new WallCommand() );
# Line 67  public class HoerupUtilsPlugin extends J Line 66  public class HoerupUtilsPlugin extends J
66          private void deprecated() {          private void deprecated() {
67  /*  /*
68                  getCommand("stoner").setExecutor( new StonerCommand() );                  getCommand("stoner").setExecutor( new StonerCommand() );
69                    getCommand("spawn").setExecutor( new SpawnCommand() );
70                  getCommand("boom").setExecutor( new BoomCommand(this) );                  getCommand("boom").setExecutor( new BoomCommand(this) );
71                  getCommand("grass").setExecutor(new GrassCommand());                  getCommand("grass").setExecutor(new GrassCommand());
72    

Legend:
Removed from v.1653  
changed lines
  Added in v.1654

  ViewVC Help
Powered by ViewVC 1.1.20