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

Power: Sky Hook

Full Name: rpgitems:skyhook

Providing Plugin: RPGItems

Trigger: RIGHT_CLICK.

Description

Hook on to some material

Properties

  • cost

    • Type: int
    • Default: 0

    Durability cost of the power.

  • railMaterial

    • Type: Material
    • Required

    Material that can hooks on

  • cooldown

    • Type: long
    • Default: 20

    Cooldown of the power, in ticks.

  • hookDistance

    • Type: int
    • Default: 10

    Maximum distance

  • conditions

    • Type: Set<String>

    Conditions of this power.

  • hookingTickCost

    • Type: int
    • Default: 0

    Cost per tick hooking

Example

Note

Clone this wiki locally