/[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 3216 by torben, Sat Aug 19 14:06:42 2017 UTC revision 3217 by torben, Sat Jan 6 14:31:05 2018 UTC
# Line 94  public class HoerupUtilsPlugin extends J Line 94  public class HoerupUtilsPlugin extends J
94                  pm.registerEvents(logintimeHandler, this);                  pm.registerEvents(logintimeHandler, this);
95    
96                                    
97                    
98                  pm.registerEvents(diver, this);                  pm.registerEvents(diver, this);
99    
100                  pm.registerEvents(new EndermanStopper(), this);                  pm.registerEvents(new EndermanStopper(), this);
# Line 111  public class HoerupUtilsPlugin extends J Line 112  public class HoerupUtilsPlugin extends J
112                  getCommand("mute").setExecutor(mute);                  getCommand("mute").setExecutor(mute);
113                  getCommand("unmute").setExecutor(mute);                  getCommand("unmute").setExecutor(mute);
114                                    
115                    
116                    // - fun/crazy/party elements
117                    pm.registerEvents(new ExplosiveSnowballs(), this);
118                    getCommand("zap").setExecutor( new ZapCommand() );
119                    
120  /*  /*
121   * //TODO: RE-ENABLE   * //TODO: RE-ENABLE

Legend:
Removed from v.3216  
changed lines
  Added in v.3217

  ViewVC Help
Powered by ViewVC 1.1.20