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

Power: Rescue

Full Name: rpgitems:rescue

Providing Plugin: RPGItems

Trigger: HIT_TAKEN, HURT.

Description

Rescue player on low health or receiving high damage

Properties

  • conditions

    • Type: Set<String>

    Conditions of this power.

  • cooldown

    • Type: int
    • Default: 0

    Cooldown of the power, in ticks.

  • cost

    • Type: int
    • Default: 0

    Durability cost of the power.

  • damageTrigger

    • Type: double
    • Default: 1024.0

    Damage trigger of rescue

  • healthTrigger

    • Type: int
    • Default: 4

    Health trigger of rescue

  • inPlace

    • Type: boolean
    • Default: false

    Whether rescue in place instead of teleport

  • useBed

    • Type: boolean
    • Default: true

    Whether use bed instead of home

Example

Note

Clone this wiki locally