--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2011/12/23 09:16:12 1672 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2011/12/23 10:27:05 1673 @@ -32,6 +32,8 @@ getCommand("wall").setExecutor( new WallCommand() ); getCommand("weather").setExecutor( new WeatherCommand() ); + getCommand("gc").setExecutor( new GcCommand() ); + HomeCommand home = new HomeCommand(this); getCommand("home").setExecutor( home );