/[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 1585 by torben, Sat Jul 16 11:01:02 2011 UTC revision 1586 by torben, Sun Aug 7 20:25:13 2011 UTC
# Line 32  public class HoerupUtilsPlugin extends J Line 32  public class HoerupUtilsPlugin extends J
32                  getCommand("stoner").setExecutor( new StonerCommand() );                  getCommand("stoner").setExecutor( new StonerCommand() );
33                  getCommand("boom").setExecutor( new BoomCommand(this) );                  getCommand("boom").setExecutor( new BoomCommand(this) );
34                  getCommand("spawn").setExecutor( new SpawnCommand() );                  getCommand("spawn").setExecutor( new SpawnCommand() );
35                    getCommand("tp").setExecutor( new TeleportCommand() );
36                                    
37                  PluginManager pm = getServer().getPluginManager();                  PluginManager pm = getServer().getPluginManager();
38                  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.1585  
changed lines
  Added in v.1586

  ViewVC Help
Powered by ViewVC 1.1.20