/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java
ViewVC logotype

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1523 by torben, Fri Jun 24 11:13:59 2011 UTC revision 1524 by torben, Sun Jun 26 10:04:04 2011 UTC
# Line 51  public class HoerupUtilsPlugin extends J Line 51  public class HoerupUtilsPlugin extends J
51                  pm.registerEvent(Event.Type.BLOCK_DAMAGE, superMiner, Priority.Normal, this);                  pm.registerEvent(Event.Type.BLOCK_DAMAGE, superMiner, Priority.Normal, this);
52                  pm.registerEvent(Event.Type.PLAYER_QUIT, superMiner.getPlayerQuitListener(), Priority.Normal, this);                  pm.registerEvent(Event.Type.PLAYER_QUIT, superMiner.getPlayerQuitListener(), Priority.Normal, this);
53                  getCommand("superminer").setExecutor(superMiner);                  getCommand("superminer").setExecutor(superMiner);
54    
55                    pm.registerEvent(Event.Type.PROJECTILE_HIT, new ExplosiveSnowballs(), Priority.Normal, this);
56                                    
57          }          }
58    

Legend:
Removed from v.1523  
changed lines
  Added in v.1524

  ViewVC Help
Powered by ViewVC 1.1.20