/[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 1500 by torben, Sat Jun 4 11:47:19 2011 UTC revision 1521 by torben, Mon Jun 20 20:10:41 2011 UTC
# Line 28  public class HoerupUtilsPlugin extends J Line 28  public class HoerupUtilsPlugin extends J
28                  getCommand("zapme").setExecutor( new ZapmeCommand() );                  getCommand("zapme").setExecutor( new ZapmeCommand() );
29                  getCommand("zap").setExecutor( new ZapCommand() );                  getCommand("zap").setExecutor( new ZapCommand() );
30                  getCommand("msg").setExecutor( new MsgCommand( getServer() ) );                  getCommand("msg").setExecutor( new MsgCommand( getServer() ) );
31                    getCommand("stoner").setExecutor( new StonerCommand() );
32                    getCommand("boom").setExecutor( new BoomCommand(this) );
33                    getCommand("spawn").setExecutor( new SpawnCommand() );
34                    getCommand("superminer").setExecutor( new SuperminerCommand() );
35                                    
36                  PluginManager pm = getServer().getPluginManager();                  PluginManager pm = getServer().getPluginManager();
37                  pm.registerEvent(Event.Type.PLAYER_RESPAWN, new RespawnHandler(this), Priority.Normal, this);                  pm.registerEvent(Event.Type.PLAYER_RESPAWN, new RespawnHandler(this), Priority.Normal, this);

Legend:
Removed from v.1500  
changed lines
  Added in v.1521

  ViewVC Help
Powered by ViewVC 1.1.20