Skip to content

Commit

Permalink
Fixed AOE
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Nov 23, 2023
1 parent d8e315f commit a724dd9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import com.willfp.libreforge.triggers.TriggerParameter
import org.bukkit.entity.LivingEntity

object EffectAOE : Effect<AOECompileData>("aoe") {
override val parameters = setOf(
TriggerParameter.PLAYER
)
override val isPermanent = false

override val arguments = arguments {
require("effects", "You must specify the effects!")
Expand Down

0 comments on commit a724dd9

Please sign in to comment.