/[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 1851 by torben, Sun Sep 23 18:56:24 2012 UTC revision 1856 by torben, Sun Oct 14 11:36:45 2012 UTC
# Line 50  public class HoerupUtilsPlugin extends J Line 50  public class HoerupUtilsPlugin extends J
50    
51                  DiverCommand diver = new DiverCommand(this );                  DiverCommand diver = new DiverCommand(this );
52                  getCommand("diver").setExecutor( diver );                  getCommand("diver").setExecutor( diver );
53    
54                    getCommand("opkill").setExecutor( new OpkillCommand() );
55                                    
56                  GeneralContractorCommands generalContractor = new GeneralContractorCommands();                  GeneralContractorCommands generalContractor = new GeneralContractorCommands();
57                  getCommand("replay").setExecutor( generalContractor );                  getCommand("replay").setExecutor( generalContractor );
# Line 82  public class HoerupUtilsPlugin extends J Line 84  public class HoerupUtilsPlugin extends J
84                  pm.registerEvents(diver, this);                  pm.registerEvents(diver, this);
85    
86                  pm.registerEvents(new EndermanStopper(), this);                  pm.registerEvents(new EndermanStopper(), this);
87    
88                    Jail jail = new Jail(this);
89                    pm.registerEvents(jail, this);
90                    getCommand("jail").setExecutor( jail );
91                                    
92                                    
93                                    

Legend:
Removed from v.1851  
changed lines
  Added in v.1856

  ViewVC Help
Powered by ViewVC 1.1.20