Glow
附魔发光效果
节点
(shiny|glow)(s)?
示例
# 直接设置布尔值,开启或关闭
shiny: true
# 动态效果(条件表达式)
shiny: 'hasPerm.vip.user and hasMoney.1000'
误用示范
A:
refresh: 20
update: 20
display: # ...
actions: # ...
icons:
- condition: 'hasPerm.vip.user'
display:
glow: true
注意
物品的发光效果不提供独立的更新周期设置,将随着每次物品刷新更新
Last updated
Was this helpful?