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

Power: Death Command

Full Name: rpgitems:deathcommand

Providing Plugin: RPGItems

Trigger: HIT.

Description

With a 1/chance to kill the target then execute the command for count times

Properties

  • chance

    • Type: int
    • Required

    Chance of triggering this power, 1/n

  • cost

    • Type: int
    • Default: 0

    Durability cost of the power.

  • count

    • Type: int
    • Default: 1

    Times to run the command

  • conditions

    • Type: Set<String>

    Conditions of this power.

  • command

    • Type: String

    Command to be executed

  • desc

    • Type: String

    Description in display text

Example

Note

Clone this wiki locally