Skip to content
Liqueur Librazy edited this page Mar 17, 2019 · 4 revisions

Power: Rumble

Full Name: rpgitems:rumble

Providing Plugin: RPGItems

Trigger: RIGHT_CLICK.

Description

Sends a shockwave through the ground and sends any hit entities flying

Properties

  • cost

    • Type: int
    • Default: 0

    Durability cost of the power.

  • distance

    • Type: int
    • Default: 15

    Maximum distance of rumble

  • cooldown

    • Type: long
    • Required

    Cooldown of the power, in ticks.

  • power

    • Type: int
    • Required

    Power of rumble

  • selectors

    • Type: Set<String>

    Selectors for this power.

  • conditions

    • Type: Set<String>

    Conditions of this power.

Example

Note

Clone this wiki locally