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

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

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

revision 1728 by torben, Mon Mar 12 20:04:12 2012 UTC revision 1729 by torben, Tue Mar 13 07:58:31 2012 UTC
# Line 42  public class HoerupUtilsPlugin extends J Line 42  public class HoerupUtilsPlugin extends J
42                  getCommand("diver").setExecutor( diver );                  getCommand("diver").setExecutor( diver );
43                                    
44                  GeneralContractorCommands generalContractor = new GeneralContractorCommands();                  GeneralContractorCommands generalContractor = new GeneralContractorCommands();
45                    getCommand("replay").setExecutor( generalContractor );
46                  getCommand("levelarea").setExecutor( generalContractor );                  getCommand("levelarea").setExecutor( generalContractor );
47                  getCommand("fillarea").setExecutor( generalContractor );                  getCommand("fillarea").setExecutor( generalContractor );
48                  getCommand("slopearea").setExecutor( generalContractor );                  getCommand("slopearea").setExecutor( generalContractor );
# Line 72  public class HoerupUtilsPlugin extends J Line 73  public class HoerupUtilsPlugin extends J
73                  if ( api != null) {                  if ( api != null) {
74                          StatusListener status = new StatusListener(this, getServer(), logintimeHandler.getConfig(), home.getConfig() );                          StatusListener status = new StatusListener(this, getServer(), logintimeHandler.getConfig(), home.getConfig() );
75                          //api.setRequestController("webstatus", status );                          //api.setRequestController("webstatus", status );
76                          ApiManager.getInstance().registerController( status );                          //ApiManager.getInstance().registerController( status );
77                  } else {                  } else {
78                          System.out.println("Could not find ApiBukkit");                          System.out.println("Could not find ApiBukkit");
79                  }                  }

Legend:
Removed from v.1728  
changed lines
  Added in v.1729

  ViewVC Help
Powered by ViewVC 1.1.20