-
Notifications
You must be signed in to change notification settings - Fork 47
aoecommand zh_CN
Liqueur Librazy edited this page Oct 27, 2019
·
5 revisions
全名:rpgitems:aoecommand
来源插件:RPGItems
默认触发:RIGHT_CLICK
。
可用触发:ATTACHMENT
, HIT
, LEFT_CLICK
, OFFHAND_CLICK
, RIGHT_CLICK
, SNEAK
, SPRINT
。
对周围实体执行命令。可使用选择器。
-
c
- 类型:int
- 默认:100
实体的最大数量。
-
command
- 类型:String
- 必填
要执行的命令
-
conditions
- 类型:Set<String>
技能的条件。
-
cooldown
- 类型:int
- 必填
技能的冷却时间,以游戏刻为单位。
-
cost
- 类型:int
- 默认:0
技能的耐久消耗量。
-
display
- 类型:String
- 必填
技能的提示文字。
-
facing
- 类型:double
- 默认:30.0
有效视角,度。
-
mustsee
- 类型:boolean
- 默认:false
是否必须要看见实体
-
permission
- 类型:String
执行指令所需的临时权限
-
r
- 类型:int
- 必填
最大距离,方块。
-
requireHurtByEntity
- 类型:boolean
- 默认:true
MISSING_LANG<message.power.no_description>
-
rm
- 类型:int
- 必填
最小距离,方块。
-
selectors
- 类型:Set<String>
应用到本技能的选择器。
-
selfapplication
- 类型:boolean
- 默认:false
是否应用于触发的玩家。
-
triggers
- 类型:Set<Trigger>
- 默认:RIGHT_CLICK
技能的触发。
-
type
- 类型:String
- 默认:entity
实体的类型
Powered by NyaaCat Community.
This wiki is licensed under a Creative Commons Attribution-ShareAlike license (CC BY-SA) version 4.0.