Skip to content
Liqueur Librazy edited this page Oct 27, 2019 · 5 revisions

Power: AOE Effect

Full Name: rpgitems:aoe

Providing Plugin: RPGItems

Default Trigger: RIGHT_CLICK.
All available Trigger: ATTACHMENT, BOW_SHOOT, HIT, LEFT_CLICK, OFFHAND_CLICK, RIGHT_CLICK, SNEAK, SPRINT.

Description

Apply effect to entities in range. PowerSelector is applicable.

Properties

  • amplifier

    • Type: int
    • Default: 1

    Amplifier of applied effect.

  • conditions

    • Type: Set<String>

    Conditions of this power.

  • cooldown

    • Type: int
    • Required

    Cooldown of the power, in ticks.

  • cost

    • Type: int
    • Default: 0

    Durability cost of the power.

  • display

    • Type: String

    Display text of this power.

  • duration

    • Type: int
    • Required

    Duration of applied effect, in ticks.

  • range

    • Type: int
    • Required

    Effective range in blocks.

  • selectors

    • Type: Set<String>

    Selectors for this power.

  • selfapplication

    • Type: boolean
    • Default: true

    Whether to apply effect on triggering player.

  • triggers

    • Type: Set<Trigger>
    • Default: RIGHT_CLICK

    Triggers of this power.

  • type

    • Type: PotionEffectType
    • Required

    Type of applied effect.

Example

/rpgitem power item aoe cooldown:10 range:10 type:speed duration:100 amplifier:0 selfapplication:true

Note

You can use power selector to filter which entities will be affect by this power.

Clone this wiki locally