/[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 1732 by torben, Tue Mar 13 17:41:56 2012 UTC revision 1751 by torben, Sun Mar 18 14:58:22 2012 UTC
# Line 48  public class HoerupUtilsPlugin extends J Line 48  public class HoerupUtilsPlugin extends J
48                  getCommand("slopearea").setExecutor( generalContractor );                  getCommand("slopearea").setExecutor( generalContractor );
49                  getCommand("setsurface").setExecutor( generalContractor );                  getCommand("setsurface").setExecutor( generalContractor );
50                  getCommand("platform").setExecutor( generalContractor );                  getCommand("platform").setExecutor( generalContractor );
51                    getCommand("cylinder").setExecutor( generalContractor );
52                    getCommand("createcave").setExecutor( generalContractor );
53    
54                    
55                    getCommand("template").setExecutor( new TemplateCommand(this) );
56    
57                  LogintimeHandler logintimeHandler = new LogintimeHandler( this.getDataFolder() );                  LogintimeHandler logintimeHandler = new LogintimeHandler( this.getDataFolder() );
58                                    

Legend:
Removed from v.1732  
changed lines
  Added in v.1751

  ViewVC Help
Powered by ViewVC 1.1.20