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

Power: Consume

Full Name: rpgitems:consume

Providing Plugin: RPGItems

Default Trigger: RIGHT_CLICK. All available Trigger: LEFT_CLICK, RIGHT_CLICK.

Description

Remove one item on click.

Properties

  • cost

    • Type: int
    • Default: 0

    Durability cost of the power.

  • cooldown

    • Type: int
    • Default: 0

    Cooldown of the power, in ticks.

  • triggers

    • Type: Set<Trigger>
    • Default: RIGHT_CLICK

    Triggers of this power.

  • conditions

    • Type: Set<String>

    Conditions of this power.

Example

Note

Clone this wiki locally