ShawSen 发表于 5 天前

求一个skillapi搭配mm技能的配置

如题,我需要一个SkillApi释放mythicmobs技能的配置
我插件的版本是SkillApi1.90,Mythicmobs4.11.0 核心paper-1.12.2

夜雨晨风 发表于 3 天前

对于纯原版的sk你只能通过执行指令来释放吧
test:
name: 'test'
type: ''
max-level: 5
skill-req: ''
skill-req-lvl: 1
needs-permission: 'False'
msg: '&6{player} &2使用了 &6{skill}'
combo: ''
indicator: '2D'
icon: 'Jack O Lantern'
icon-data: 0
icon-lore:
- '&d{name} &7({level}/{max})'
- '&2类型: &6{type}'
- ''
- '{req:level}等级: {attr:level}'
- '{req:cost}技能点: {attr:cost}'
- ''
- '&2法力值: {attr:mana}'
- '&2冷却: {attr:cooldown}'
attributes:
    level-base: 0
    level-scale: 0
    cost-base: 0
    cost-scale: 0
    cooldown-base: 0
    cooldown-scale: 0
    mana-base: 0
    mana-scale: 0
    points-spent-req-base: 0
    points-spent-req-scale: 0
    incompatible:
    - ''
components:
    Cast-a:
      type: 'trigger'
      data:
      icon-key: ''
      children:
      Command-b:
          type: 'mechanic'
          data:
            icon-key: ''
            counts: 'True'
            command: 'mm test cast MM技能'
            type: 'OP'
页: [1]
查看完整版本: 求一个skillapi搭配mm技能的配置