Skip to content

equipmentcondition en_US

Liqueur Librazy edited this page Oct 27, 2019 · 3 revisions

Power: Equipment Condition

Full Name: rpgitems:equipmentcondition

Providing Plugin: RPGItems

Is a marker power.

Description

Condition that requires player wear some item

Properties

  • displayText

    • Type: String

    Display text of this power.

  • id

    • Type: String

    ID of this condition/selector.

  • isCritical

    • Type: boolean
    • Default: false

    Whether abort current trigger if this condition fails.

  • itemStack

    • Type: ItemStack

    Item that player should wears

  • matchAllSlot

    • Type: boolean
    • Default: false

    Whether to require all slot to match

  • material

    • Type: Material

    Material that player should wears

  • rpgitem

    • Type: String

    RPGItem that player should wears

  • slots

    • Type: Set<EquipmentSlot>

    Equipment slots

Example

Note

Clone this wiki locally