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

技能:击中命令

全名:rpgitems:commandhit

来源插件:RPGItems

默认触发:HIT
可用触发:HIT, LIVINGENTITY

说明

击中目标时执行一条命令。

属性

  • command

    • 类型:String

    执行的命令

  • conditions

    • 类型:Set<String>

    技能的条件。

  • cooldown

    • 类型:int
    • 必填

    技能的冷却时间,以游戏刻为单位。

  • cost

    • 类型:int
    • 默认:0

    技能的耐久消耗量。

  • display

    • 类型:String
    • 必填

    技能的提示文字。

  • minDamage

    • 类型:double
    • 默认:0.0

    触发最小的伤害

  • permission

    • 类型:String

    执行指令所需的临时权限

  • requireHurtByEntity

    • 类型:boolean
    • 默认:true

    MISSING_LANG<message.power.no_description>

  • triggers

    • 类型:Set<Trigger>
    • 默认:HIT

    技能的触发。

示例

说明

Clone this wiki locally