diff --git a/src/main/java/com/garbagemule/MobArena/waves/ability/core/RootTarget.java b/src/main/java/com/garbagemule/MobArena/waves/ability/core/RootTarget.java index 989cd61..5902b07 100644 --- a/src/main/java/com/garbagemule/MobArena/waves/ability/core/RootTarget.java +++ b/src/main/java/com/garbagemule/MobArena/waves/ability/core/RootTarget.java @@ -10,23 +10,6 @@ import org.bukkit.entity.Player; import org.bukkit.potion.PotionEffect; import org.bukkit.potion.PotionEffectType; -/** - * DISCLAIMER: The Ability source code is provided as-is, and the creator(s) of - * MobArena WILL NOT be held responsible for any damage that may - * result from altering the files. - * - * WARNING: Unless you know exactly what you are doing, i.e. you have a lot - * of experience with Java and Bukkit, you should never change any - * other values than those of the variables in CAPITAL LETTERS. - * - * - * Root Target - * Freezes the boss' target in place for ~3 seconds (default), by warping the - * player to the same spot [ITERATIONS] times, with [TICKS] server ticks - * between each iteration. - * - * @author garbagemule - */ @AbilityInfo( name = "Root Target", aliases = {"roottarget", "freezetarget"}