--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2018/01/06 14:40:14 3219 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2018/01/06 14:41:35 3220 @@ -10,6 +10,8 @@ import com.sun.net.httpserver.HttpServer; import dk.thoerup.bukkit.hoeruputils.creative.GeneralContractorCommands; +import dk.thoerup.bukkit.hoeruputils.deprecated.ExplosiveSnowballs; +import dk.thoerup.bukkit.hoeruputils.deprecated.ZapCommand; import dk.thoerup.bukkit.hoeruputils.secretdoor.DoorBlockListener; import dk.thoerup.bukkit.hoeruputils.web.BanListener; import dk.thoerup.bukkit.hoeruputils.web.StatusListener;