/[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 3221 by torben, Sat Jan 6 14:41:35 2018 UTC revision 3222 by torben, Sat Jan 6 15:40:01 2018 UTC
# Line 115  public class HoerupUtilsPlugin extends J Line 115  public class HoerupUtilsPlugin extends J
115                  getCommand("unmute").setExecutor(mute);                  getCommand("unmute").setExecutor(mute);
116                                    
117                                    
118                    
119                    getCommand("fillchest").setExecutor( new ChestFiller() );
120                    
121                    
122                  // - fun/crazy/party elements                  // - fun/crazy/party elements
123                  pm.registerEvents(new ExplosiveSnowballs(), this);                  pm.registerEvents(new ExplosiveSnowballs(), this);
124                  getCommand("zap").setExecutor( new ZapCommand() );                  getCommand("zap").setExecutor( new ZapCommand() );

Legend:
Removed from v.3221  
changed lines
  Added in v.3222

  ViewVC Help
Powered by ViewVC 1.1.20