--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/deprecated/ZapCommand.java 2018/01/06 14:40:14 3219 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/deprecated/ZapCommand.java 2018/01/06 14:41:35 3220 @@ -1,4 +1,4 @@ -package dk.thoerup.bukkit.hoeruputils; +package dk.thoerup.bukkit.hoeruputils.deprecated; import org.bukkit.ChatColor; import org.bukkit.Location; @@ -9,6 +9,7 @@ import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; +@Deprecated public class ZapCommand implements CommandExecutor {