/[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 1950 by torben, Sat Mar 23 10:14:42 2013 UTC revision 1974 by torben, Mon Apr 29 19:29:51 2013 UTC
# Line 73  public class HoerupUtilsPlugin extends J Line 73  public class HoerupUtilsPlugin extends J
73                  getCommand("spawn").setExecutor( new SpawnCommand() );                  getCommand("spawn").setExecutor( new SpawnCommand() );
74                                    
75                  getCommand("template").setExecutor( new TemplateCommand(this) );                  getCommand("template").setExecutor( new TemplateCommand(this) );
76                    getCommand("regenerate").setExecutor( new RegenerateCommand() );
77    
78    
79                  LogintimeHandler logintimeHandler = new LogintimeHandler( this.getDataFolder() );                  LogintimeHandler logintimeHandler = new LogintimeHandler( this.getDataFolder() );
80                                    
# Line 106  public class HoerupUtilsPlugin extends J Line 108  public class HoerupUtilsPlugin extends J
108                  pm.registerEvents(chunks, this);                  pm.registerEvents(chunks, this);
109                  getCommand("stickychunk").setExecutor(chunks);                            getCommand("stickychunk").setExecutor(chunks);          
110                                    
111                    Mute mute = new Mute(this);
112                    pm.registerEvents(mute, this);
113                    getCommand("mute").setExecutor(mute);
114                    getCommand("unmute").setExecutor(mute);
115                                    
116                    
117                  Runnable ddlInstaller = new Runnable() {                  Runnable ddlInstaller = new Runnable() {

Legend:
Removed from v.1950  
changed lines
  Added in v.1974

  ViewVC Help
Powered by ViewVC 1.1.20