/[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 1941 by torben, Wed Mar 20 16:27:21 2013 UTC revision 1942 by torben, Wed Mar 20 21:08:46 2013 UTC
# Line 97  public class HoerupUtilsPlugin extends J Line 97  public class HoerupUtilsPlugin extends J
97                  pm.registerEvents(jail, this);                  pm.registerEvents(jail, this);
98                  getCommand("jail").setExecutor( jail );                  getCommand("jail").setExecutor( jail );
99                                    
100                                    StickyChunk chunks = new StickyChunk();
101                                    pm.registerEvents(chunks, this);
102                    getCommand("stickychunk").setExecutor(chunks);          
103                                    
104                                    
105                    

Legend:
Removed from v.1941  
changed lines
  Added in v.1942

  ViewVC Help
Powered by ViewVC 1.1.20