/[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 1499 by torben, Sat Jun 4 10:41:21 2011 UTC revision 1500 by torben, Sat Jun 4 11:47:19 2011 UTC
# Line 26  public class HoerupUtilsPlugin extends J Line 26  public class HoerupUtilsPlugin extends J
26                  getCommand("grass").setExecutor(new GrassCommand());                  getCommand("grass").setExecutor(new GrassCommand());
27                  getCommand("getpos").setExecutor( new GetposCommand() );                  getCommand("getpos").setExecutor( new GetposCommand() );
28                  getCommand("zapme").setExecutor( new ZapmeCommand() );                  getCommand("zapme").setExecutor( new ZapmeCommand() );
29                    getCommand("zap").setExecutor( new ZapCommand() );
30                  getCommand("msg").setExecutor( new MsgCommand( getServer() ) );                  getCommand("msg").setExecutor( new MsgCommand( getServer() ) );
31                                    
32                  PluginManager pm = getServer().getPluginManager();                  PluginManager pm = getServer().getPluginManager();

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

  ViewVC Help
Powered by ViewVC 1.1.20