杂的文
如何将skillapi的属性附到装备上?穿戴装备就会有加成

Link和glx
  # Whether or not to use SkillAPI's health system
  modify-health: 'true'

设置为打开即可

叽叽小石头
在config里面。设置
Items:

  # Whether or not to check for class, level, and attribute
  # requirements in an item's lore
  lore-requirements: 'true'

  # Whether or not to check for skill requirements
  # in an item's lore
  skill-requirements: 'true'

  # Whether or not to check for stat bonuses in an item's lore
  lore-attributes: 'true'

  # Whether or not to drop weapons when unable to use them
  drop-weapon: 'false'

  # The text used for class requirements in the lore
  lore-class-text: '职业要求: '

  # The text used for skill requirements in lore
  lore-skill-text: '{skill}要求: '

  # the text used for level requirements in the lore
  lore-level-text: '等级要求: '

  # The text used for excluded classes in the lore
  lore-exclude-text: '禁用职业: '

  # The text used for attribute requirements
  lore-attribute-text: '{attr}要求: '

  # The text used for providing attributes
  attribute-text: '{attr}加成: '

  # The slots to check for items in and apply requirements to.
  # This does not include held item, as that fluctuates and is assumed
  # Slots are based on the following:
  # 0-8 = hot bar
  # 9-35 = main inventory
  # 36 = boots
  # 37 = leggings
  # 38 = chestplate
  # 39 = helmet
  # 40 = off hand
  slots:
  - '36'
  - '37'
  - '38'
  - '39'
  - '40'

叽叽小石头
如果不行就去购买付费版